Shades of Navy Blue #066FE9
Tints of Navy Blue #066FE9
RGB
CMYK
RGB Variations
Color information
#066FE9 (or 0x066FE9) is known color: Navy Blue. HEX triplet: 06, 6F and E9. RGB value is (6,111,233). Sum of RGB (Red+Green+Blue) = 6+111+233=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #066FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066FE9 is #F99016. Grayscale: #5C5C5C. Windows color (decimal): -16355351 or 15298310. OLE color: 15298310.
HSL color Cylindrical-coordinate representation of color #066FE9: hue angle of 212.25º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FE9 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 111 | 233 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.09 |
| HSL | 212.25º | 0.95% | 0.47% | - |
| HSV(B) | 212.25º | 0.97% | 0.91% | - |
| XYZ | 20.47 | 17.29 | 79.35 | - |
| YUV | 93.51 | 206.71 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 233 | 0.97 | 0.52 | 0 | 0.09 | 212.25 | 0.95 | 0.47 |
| Hex | 6 | 6F | E9 | 61 | 34 | 0 | 9 | D4 | 5F | 2F |
| Octal | 6 | 157 | 351 | 141 | 64 | 0 | 11 | 324 | 137 | 57 |
| Binary | 110 | 1101111 | 11101001 | 1100001 | 110100 | 0 | 1001 | 11010100 | 1011111 | 101111 |
Color Harmonies of #066FE9
Complementary color
Monochromatic Colors of #066FE9
Black with #066FE9
Text Example
Text Example
White with #066FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FE9; }
p { color: rgb(6,111,233); }
H1.HeaderClassName
{
color: #066FE9;
}
.AnyTagClassName
{
color: #066FE9;
}
</style>
background-color css
<style>
a { background-color: #066FE9; }
a { background-color: rgb(6,111,233); }
div.DivClassName
{
background-color: #066FE9;
}
.BgClassName
{
background-color: #066FE9;
}
</style>
border-color css
<style>
span { border-color: #066FE9; }
span { border-color: rgb(6,111,233); }
td.TdClassName
{
border-color: #066FE9;
}
.TagClassName
{
border-color: #066FE9;
}
</style>