Shades of Navy Blue #0665EF
Tints of Navy Blue #0665EF
RGB
CMYK
RGB Variations
Color information
#0665EF (or 0x0665EF) is known color: Navy Blue. HEX triplet: 06, 65 and EF. RGB value is (6,101,239). Sum of RGB (Red+Green+Blue) = 6+101+239=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0665EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665EF is #F99A10. Grayscale: #575757. Windows color (decimal): -16357905 or 15688966. OLE color: 15688966.
HSL color Cylindrical-coordinate representation of color #0665EF: hue angle of 215.54º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0665EF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 101 | 239 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.06 |
| HSL | 215.54º | 0.95% | 0.48% | - |
| HSV(B) | 215.54º | 0.97% | 0.94% | - |
| XYZ | 20.31 | 15.58 | 83.6 | - |
| YUV | 88.33 | 213.03 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 239 | 0.97 | 0.58 | 0 | 0.06 | 215.54 | 0.95 | 0.48 |
| Hex | 6 | 65 | EF | 61 | 3A | 0 | 6 | D8 | 5F | 30 |
| Octal | 6 | 145 | 357 | 141 | 72 | 0 | 6 | 330 | 137 | 60 |
| Binary | 110 | 1100101 | 11101111 | 1100001 | 111010 | 0 | 110 | 11011000 | 1011111 | 110000 |
Color Harmonies of #0665EF
Complementary color
Monochromatic Colors of #0665EF
Black with #0665EF
Text Example
Text Example
White with #0665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665EF; }
p { color: rgb(6,101,239); }
H1.HeaderClassName
{
color: #0665EF;
}
.AnyTagClassName
{
color: #0665EF;
}
</style>
background-color css
<style>
a { background-color: #0665EF; }
a { background-color: rgb(6,101,239); }
div.DivClassName
{
background-color: #0665EF;
}
.BgClassName
{
background-color: #0665EF;
}
</style>
border-color css
<style>
span { border-color: #0665EF; }
span { border-color: rgb(6,101,239); }
td.TdClassName
{
border-color: #0665EF;
}
.TagClassName
{
border-color: #0665EF;
}
</style>