In a RGB color space, #0033aa hex color (also known as UA Blue) is composed of 0% red, 20% green and 66.7% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 70% magenta, 0% yellow and 33.3% black. It has a hue angle of 222 degrees, a saturation of 100% and a lightness of 33.3%. #0033aa color hex could be obtained by blending #0066ff with #000055. Closest websafe color is: #003399.
The hexadecimal color #0033aa has RGB values of R:0, G:51, B:170 and CMYK values of C:1, M:0.7, Y:0, K:0.33. Its decimal value is 13226.
Hex triplet | 0033aa | #0033aa |
RGB Decimal | 0, 51, 170 | rgb(0,51,170) |
RGB Percent | 0, 20, 66.7 | rgb(0%,20%,66.7%) |
CMYK | 100, 70, 0, 33.3 | |
HSL | 222°, 100, 33.3 | hsl(222,100%,33.3%) |
HSV(HSB) | 222°, 100, 66.7 | |
Web Safe | 003399 | #039 |
XYZ | 8.44, 5.27, 38.603 |
xyY | 0.161, 0.101, 5.27 |
CIE-LAB | 27.49, 35.606, -66.568 |
CIE-LCH | 27.49, 75.493, 298.141 |
CIE-LUV | 27.49, -11.36, -83.995 |
Hunter-Lab | 22.956, 25.449, -83.631 |
Binary | 00000000, 00110011, 10101010 |
Below, you can see some colors close to #0033aa. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #0033aa.
<span style="color:#0033aa">Text here</span>
This paragraph has a background color of #0033aa.
<p style="background-color:#0033aa;">Content here</p>
This element has a border color of #0033aa.
<div style="border:1px #0033aa;">Content here</div>
.text {color:#0033aa;}
.background {background-color:#0033aa;}
.border {border:1px solid #0033aa;}
.text-shadow {border:1px solid #0033aa;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaf0ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #555555 is the less saturated color, while #0736a3 is the most saturated one.