Shades of Navy Blue #0665EE
Tints of Navy Blue #0665EE
RGB
CMYK
RGB Variations
Color information
#0665EE (or 0x0665EE) is known color: Navy Blue. HEX triplet: 06, 65 and EE. RGB value is (6,101,238). Sum of RGB (Red+Green+Blue) = 6+101+238=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #0665EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665EE is #F99A11. Grayscale: #575757. Windows color (decimal): -16357906 or 15623430. OLE color: 15623430.
HSL color Cylindrical-coordinate representation of color #0665EE: hue angle of 215.43º 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 #0665EE is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 101 | 238 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.07 |
| HSL | 215.43º | 0.95% | 0.48% | - |
| HSV(B) | 215.43º | 0.97% | 0.93% | - |
| XYZ | 20.16 | 15.52 | 82.82 | - |
| YUV | 88.21 | 212.53 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 238 | 0.97 | 0.58 | 0 | 0.07 | 215.43 | 0.95 | 0.48 |
| Hex | 6 | 65 | EE | 61 | 3A | 0 | 7 | D7 | 5F | 30 |
| Octal | 6 | 145 | 356 | 141 | 72 | 0 | 7 | 327 | 137 | 60 |
| Binary | 110 | 1100101 | 11101110 | 1100001 | 111010 | 0 | 111 | 11010111 | 1011111 | 110000 |
Color Harmonies of #0665EE
Complementary color
Monochromatic Colors of #0665EE
Black with #0665EE
Text Example
Text Example
White with #0665EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665EE; }
p { color: rgb(6,101,238); }
H1.HeaderClassName
{
color: #0665EE;
}
.AnyTagClassName
{
color: #0665EE;
}
</style>
background-color css
<style>
a { background-color: #0665EE; }
a { background-color: rgb(6,101,238); }
div.DivClassName
{
background-color: #0665EE;
}
.BgClassName
{
background-color: #0665EE;
}
</style>
border-color css
<style>
span { border-color: #0665EE; }
span { border-color: rgb(6,101,238); }
td.TdClassName
{
border-color: #0665EE;
}
.TagClassName
{
border-color: #0665EE;
}
</style>