Shades of Navy Blue #066CE1
Tints of Navy Blue #066CE1
RGB
CMYK
RGB Variations
Color information
#066CE1 (or 0x066CE1) is known color: Navy Blue. HEX triplet: 06, 6C and E1. RGB value is (6,108,225). Sum of RGB (Red+Green+Blue) = 6+108+225=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #066CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CE1 is #F9931E. Grayscale: #5A5A5A. Windows color (decimal): -16356127 or 14773254. OLE color: 14773254.
HSL color Cylindrical-coordinate representation of color #066CE1: hue angle of 212.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CE1 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 108 | 225 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.12 |
| HSL | 212.05º | 0.95% | 0.45% | - |
| HSV(B) | 212.05º | 0.97% | 0.88% | - |
| XYZ | 19.03 | 16.2 | 73.36 | - |
| YUV | 90.84 | 203.71 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 225 | 0.97 | 0.52 | 0 | 0.12 | 212.05 | 0.95 | 0.45 |
| Hex | 6 | 6C | E1 | 61 | 34 | 0 | C | D4 | 5F | 2D |
| Octal | 6 | 154 | 341 | 141 | 64 | 0 | 14 | 324 | 137 | 55 |
| Binary | 110 | 1101100 | 11100001 | 1100001 | 110100 | 0 | 1100 | 11010100 | 1011111 | 101101 |
Color Harmonies of #066CE1
Complementary color
Monochromatic Colors of #066CE1
Black with #066CE1
Text Example
Text Example
White with #066CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CE1; }
p { color: rgb(6,108,225); }
H1.HeaderClassName
{
color: #066CE1;
}
.AnyTagClassName
{
color: #066CE1;
}
</style>
background-color css
<style>
a { background-color: #066CE1; }
a { background-color: rgb(6,108,225); }
div.DivClassName
{
background-color: #066CE1;
}
.BgClassName
{
background-color: #066CE1;
}
</style>
border-color css
<style>
span { border-color: #066CE1; }
span { border-color: rgb(6,108,225); }
td.TdClassName
{
border-color: #066CE1;
}
.TagClassName
{
border-color: #066CE1;
}
</style>