Shades of Navy Blue #0665EA
Tints of Navy Blue #0665EA
RGB
CMYK
RGB Variations
Color information
#0665EA (or 0x0665EA) is known color: Navy Blue. HEX triplet: 06, 65 and EA. RGB value is (6,101,234). Sum of RGB (Red+Green+Blue) = 6+101+234=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #0665EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665EA is #F99A15. Grayscale: #575757. Windows color (decimal): -16357910 or 15361286. OLE color: 15361286.
HSL color Cylindrical-coordinate representation of color #0665EA: hue angle of 215º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0665EA is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 101 | 234 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.08 |
| HSL | 215º | 0.95% | 0.47% | - |
| HSV(B) | 215º | 0.97% | 0.92% | - |
| XYZ | 19.58 | 15.29 | 79.76 | - |
| YUV | 87.76 | 210.53 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 234 | 0.97 | 0.57 | 0 | 0.08 | 215 | 0.95 | 0.47 |
| Hex | 6 | 65 | EA | 61 | 39 | 0 | 8 | D7 | 5F | 2F |
| Octal | 6 | 145 | 352 | 141 | 71 | 0 | 10 | 327 | 137 | 57 |
| Binary | 110 | 1100101 | 11101010 | 1100001 | 111001 | 0 | 1000 | 11010111 | 1011111 | 101111 |
Color Harmonies of #0665EA
Complementary color
Monochromatic Colors of #0665EA
Black with #0665EA
Text Example
Text Example
White with #0665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665EA; }
p { color: rgb(6,101,234); }
H1.HeaderClassName
{
color: #0665EA;
}
.AnyTagClassName
{
color: #0665EA;
}
</style>
background-color css
<style>
a { background-color: #0665EA; }
a { background-color: rgb(6,101,234); }
div.DivClassName
{
background-color: #0665EA;
}
.BgClassName
{
background-color: #0665EA;
}
</style>
border-color css
<style>
span { border-color: #0665EA; }
span { border-color: rgb(6,101,234); }
td.TdClassName
{
border-color: #0665EA;
}
.TagClassName
{
border-color: #0665EA;
}
</style>