Shades of Navy Blue #066BEE
Tints of Navy Blue #066BEE
RGB
CMYK
RGB Variations
Color information
#066BEE (or 0x066BEE) is known color: Navy Blue. HEX triplet: 06, 6B and EE. RGB value is (6,107,238). Sum of RGB (Red+Green+Blue) = 6+107+238=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #066BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BEE is #F99411. Grayscale: #5B5B5B. Windows color (decimal): -16356370 or 15624966. OLE color: 15624966.
HSL color Cylindrical-coordinate representation of color #066BEE: hue angle of 213.88º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BEE is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 107 | 238 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.07 |
| HSL | 213.88º | 0.95% | 0.48% | - |
| HSV(B) | 213.88º | 0.97% | 0.93% | - |
| XYZ | 20.77 | 16.73 | 83.02 | - |
| YUV | 91.74 | 210.54 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 238 | 0.97 | 0.55 | 0 | 0.07 | 213.88 | 0.95 | 0.48 |
| Hex | 6 | 6B | EE | 61 | 37 | 0 | 7 | D6 | 5F | 30 |
| Octal | 6 | 153 | 356 | 141 | 67 | 0 | 7 | 326 | 137 | 60 |
| Binary | 110 | 1101011 | 11101110 | 1100001 | 110111 | 0 | 111 | 11010110 | 1011111 | 110000 |
Color Harmonies of #066BEE
Complementary color
Monochromatic Colors of #066BEE
Black with #066BEE
Text Example
Text Example
White with #066BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BEE; }
p { color: rgb(6,107,238); }
H1.HeaderClassName
{
color: #066BEE;
}
.AnyTagClassName
{
color: #066BEE;
}
</style>
background-color css
<style>
a { background-color: #066BEE; }
a { background-color: rgb(6,107,238); }
div.DivClassName
{
background-color: #066BEE;
}
.BgClassName
{
background-color: #066BEE;
}
</style>
border-color css
<style>
span { border-color: #066BEE; }
span { border-color: rgb(6,107,238); }
td.TdClassName
{
border-color: #066BEE;
}
.TagClassName
{
border-color: #066BEE;
}
</style>