Shades of Navy Blue #066BEA
Tints of Navy Blue #066BEA
RGB
CMYK
RGB Variations
Color information
#066BEA (or 0x066BEA) is known color: Navy Blue. HEX triplet: 06, 6B and EA. RGB value is (6,107,234). Sum of RGB (Red+Green+Blue) = 6+107+234=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #066BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BEA is #F99415. Grayscale: #5A5A5A. Windows color (decimal): -16356374 or 15362822. OLE color: 15362822.
HSL color Cylindrical-coordinate representation of color #066BEA: hue angle of 213.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BEA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 107 | 234 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.08 |
| HSL | 213.42º | 0.95% | 0.47% | - |
| HSV(B) | 213.42º | 0.97% | 0.92% | - |
| XYZ | 20.18 | 16.49 | 79.96 | - |
| YUV | 91.28 | 208.54 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 234 | 0.97 | 0.54 | 0 | 0.08 | 213.42 | 0.95 | 0.47 |
| Hex | 6 | 6B | EA | 61 | 36 | 0 | 8 | D5 | 5F | 2F |
| Octal | 6 | 153 | 352 | 141 | 66 | 0 | 10 | 325 | 137 | 57 |
| Binary | 110 | 1101011 | 11101010 | 1100001 | 110110 | 0 | 1000 | 11010101 | 1011111 | 101111 |
Color Harmonies of #066BEA
Complementary color
Monochromatic Colors of #066BEA
Black with #066BEA
Text Example
Text Example
White with #066BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BEA; }
p { color: rgb(6,107,234); }
H1.HeaderClassName
{
color: #066BEA;
}
.AnyTagClassName
{
color: #066BEA;
}
</style>
background-color css
<style>
a { background-color: #066BEA; }
a { background-color: rgb(6,107,234); }
div.DivClassName
{
background-color: #066BEA;
}
.BgClassName
{
background-color: #066BEA;
}
</style>
border-color css
<style>
span { border-color: #066BEA; }
span { border-color: rgb(6,107,234); }
td.TdClassName
{
border-color: #066BEA;
}
.TagClassName
{
border-color: #066BEA;
}
</style>