Shades of Navy Blue #066FE4
Tints of Navy Blue #066FE4
RGB
CMYK
RGB Variations
Color information
#066FE4 (or 0x066FE4) is known color: Navy Blue. HEX triplet: 06, 6F and E4. RGB value is (6,111,228). Sum of RGB (Red+Green+Blue) = 6+111+228=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #066FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FE4 is #F9901B. Grayscale: #5C5C5C. Windows color (decimal): -16355356 or 14970630. OLE color: 14970630.
HSL color Cylindrical-coordinate representation of color #066FE4: hue angle of 211.62º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FE4 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 111 | 228 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.11 |
| HSL | 211.62º | 0.95% | 0.46% | - |
| HSV(B) | 211.62º | 0.97% | 0.89% | - |
| XYZ | 19.76 | 17.01 | 75.64 | - |
| YUV | 92.94 | 204.21 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 228 | 0.97 | 0.51 | 0 | 0.11 | 211.62 | 0.95 | 0.46 |
| Hex | 6 | 6F | E4 | 61 | 33 | 0 | B | D4 | 5F | 2E |
| Octal | 6 | 157 | 344 | 141 | 63 | 0 | 13 | 324 | 137 | 56 |
| Binary | 110 | 1101111 | 11100100 | 1100001 | 110011 | 0 | 1011 | 11010100 | 1011111 | 101110 |
Color Harmonies of #066FE4
Complementary color
Monochromatic Colors of #066FE4
Black with #066FE4
Text Example
Text Example
White with #066FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FE4; }
p { color: rgb(6,111,228); }
H1.HeaderClassName
{
color: #066FE4;
}
.AnyTagClassName
{
color: #066FE4;
}
</style>
background-color css
<style>
a { background-color: #066FE4; }
a { background-color: rgb(6,111,228); }
div.DivClassName
{
background-color: #066FE4;
}
.BgClassName
{
background-color: #066FE4;
}
</style>
border-color css
<style>
span { border-color: #066FE4; }
span { border-color: rgb(6,111,228); }
td.TdClassName
{
border-color: #066FE4;
}
.TagClassName
{
border-color: #066FE4;
}
</style>