Shades of Navy Blue #066BE2
Tints of Navy Blue #066BE2
RGB
CMYK
RGB Variations
Color information
#066BE2 (or 0x066BE2) is known color: Navy Blue. HEX triplet: 06, 6B and E2. RGB value is (6,107,226). Sum of RGB (Red+Green+Blue) = 6+107+226=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 226 (88.67% from 255 or 66.67% from 339); Max value from RGB is 226 - color contains mainly: blue. Hex color #066BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BE2 is #F9941D. Grayscale: #595959. Windows color (decimal): -16356382 or 14838534. OLE color: 14838534.
HSL color Cylindrical-coordinate representation of color #066BE2: hue angle of 212.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BE2 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 107 | 226 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.11 |
| HSL | 212.45º | 0.95% | 0.45% | - |
| HSV(B) | 212.45º | 0.97% | 0.89% | - |
| XYZ | 19.06 | 16.05 | 74.04 | - |
| YUV | 90.37 | 204.54 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 226 | 0.97 | 0.53 | 0 | 0.11 | 212.45 | 0.95 | 0.45 |
| Hex | 6 | 6B | E2 | 61 | 35 | 0 | B | D4 | 5F | 2D |
| Octal | 6 | 153 | 342 | 141 | 65 | 0 | 13 | 324 | 137 | 55 |
| Binary | 110 | 1101011 | 11100010 | 1100001 | 110101 | 0 | 1011 | 11010100 | 1011111 | 101101 |
Color Harmonies of #066BE2
Complementary color
Monochromatic Colors of #066BE2
Black with #066BE2
Text Example
Text Example
White with #066BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BE2; }
p { color: rgb(6,107,226); }
H1.HeaderClassName
{
color: #066BE2;
}
.AnyTagClassName
{
color: #066BE2;
}
</style>
background-color css
<style>
a { background-color: #066BE2; }
a { background-color: rgb(6,107,226); }
div.DivClassName
{
background-color: #066BE2;
}
.BgClassName
{
background-color: #066BE2;
}
</style>
border-color css
<style>
span { border-color: #066BE2; }
span { border-color: rgb(6,107,226); }
td.TdClassName
{
border-color: #066BE2;
}
.TagClassName
{
border-color: #066BE2;
}
</style>