Shades of Navy Blue #066BCB
Tints of Navy Blue #066BCB
RGB
CMYK
RGB Variations
Color information
#066BCB (or 0x066BCB) is known color: Navy Blue. HEX triplet: 06, 6B and CB. RGB value is (6,107,203). Sum of RGB (Red+Green+Blue) = 6+107+203=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #066BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BCB is #F99434. Grayscale: #575757. Windows color (decimal): -16356405 or 13331206. OLE color: 13331206.
HSL color Cylindrical-coordinate representation of color #066BCB: hue angle of 209.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BCB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 107 | 203 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.20 |
| HSL | 209.24º | 0.94% | 0.41% | - |
| HSV(B) | 209.24º | 0.97% | 0.8% | - |
| XYZ | 16.11 | 14.87 | 58.52 | - |
| YUV | 87.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 203 | 0.97 | 0.47 | 0 | 0.20 | 209.24 | 0.94 | 0.41 |
| Hex | 6 | 6B | CB | 61 | 2F | 0 | 14 | D1 | 5E | 29 |
| Octal | 6 | 153 | 313 | 141 | 57 | 0 | 24 | 321 | 136 | 51 |
| Binary | 110 | 1101011 | 11001011 | 1100001 | 101111 | 0 | 10100 | 11010001 | 1011110 | 101001 |
Color Harmonies of #066BCB
Complementary color
Monochromatic Colors of #066BCB
Black with #066BCB
Text Example
Text Example
White with #066BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BCB; }
p { color: rgb(6,107,203); }
H1.HeaderClassName
{
color: #066BCB;
}
.AnyTagClassName
{
color: #066BCB;
}
</style>
background-color css
<style>
a { background-color: #066BCB; }
a { background-color: rgb(6,107,203); }
div.DivClassName
{
background-color: #066BCB;
}
.BgClassName
{
background-color: #066BCB;
}
</style>
border-color css
<style>
span { border-color: #066BCB; }
span { border-color: rgb(6,107,203); }
td.TdClassName
{
border-color: #066BCB;
}
.TagClassName
{
border-color: #066BCB;
}
</style>