Shades of Navy Blue #066CEF
Tints of Navy Blue #066CEF
RGB
CMYK
RGB Variations
Color information
#066CEF (or 0x066CEF) is known color: Navy Blue. HEX triplet: 06, 6C and EF. RGB value is (6,108,239). Sum of RGB (Red+Green+Blue) = 6+108+239=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #066CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CEF is #F99310. Grayscale: #5B5B5B. Windows color (decimal): -16356113 or 15690758. OLE color: 15690758.
HSL color Cylindrical-coordinate representation of color #066CEF: hue angle of 213.73º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CEF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 108 | 239 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.06 |
| HSL | 213.73º | 0.95% | 0.48% | - |
| HSV(B) | 213.73º | 0.97% | 0.94% | - |
| XYZ | 21.02 | 17 | 83.83 | - |
| YUV | 92.44 | 210.71 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 239 | 0.97 | 0.55 | 0 | 0.06 | 213.73 | 0.95 | 0.48 |
| Hex | 6 | 6C | EF | 61 | 37 | 0 | 6 | D6 | 5F | 30 |
| Octal | 6 | 154 | 357 | 141 | 67 | 0 | 6 | 326 | 137 | 60 |
| Binary | 110 | 1101100 | 11101111 | 1100001 | 110111 | 0 | 110 | 11010110 | 1011111 | 110000 |
Color Harmonies of #066CEF
Complementary color
Monochromatic Colors of #066CEF
Black with #066CEF
Text Example
Text Example
White with #066CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CEF; }
p { color: rgb(6,108,239); }
H1.HeaderClassName
{
color: #066CEF;
}
.AnyTagClassName
{
color: #066CEF;
}
</style>
background-color css
<style>
a { background-color: #066CEF; }
a { background-color: rgb(6,108,239); }
div.DivClassName
{
background-color: #066CEF;
}
.BgClassName
{
background-color: #066CEF;
}
</style>
border-color css
<style>
span { border-color: #066CEF; }
span { border-color: rgb(6,108,239); }
td.TdClassName
{
border-color: #066CEF;
}
.TagClassName
{
border-color: #066CEF;
}
</style>