Shades of Navy Blue #0C65EA
Tints of Navy Blue #0C65EA
RGB
CMYK
RGB Variations
Color information
#0C65EA (or 0x0C65EA) is known color: Navy Blue. HEX triplet: 0C, 65 and EA. RGB value is (12,101,234). Sum of RGB (Red+Green+Blue) = 12+101+234=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C65EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C65EA is #F39A15. Grayscale: #585858. Windows color (decimal): -15964694 or 15361292. OLE color: 15361292.
HSL color Cylindrical-coordinate representation of color #0C65EA: hue angle of 215.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C65EA is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 101 | 234 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.08 |
| HSL | 215.95º | 0.9% | 0.48% | - |
| HSV(B) | 215.95º | 0.95% | 0.92% | - |
| XYZ | 19.66 | 15.33 | 79.76 | - |
| YUV | 89.55 | 209.51 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 234 | 0.95 | 0.57 | 0 | 0.08 | 215.95 | 0.9 | 0.48 |
| Hex | C | 65 | EA | 5F | 39 | 0 | 8 | D8 | 5A | 30 |
| Octal | 14 | 145 | 352 | 137 | 71 | 0 | 10 | 330 | 132 | 60 |
| Binary | 1100 | 1100101 | 11101010 | 1011111 | 111001 | 0 | 1000 | 11011000 | 1011010 | 110000 |
Color Harmonies of #0C65EA
Complementary color
Monochromatic Colors of #0C65EA
Black with #0C65EA
Text Example
Text Example
White with #0C65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C65EA; }
p { color: rgb(12,101,234); }
H1.HeaderClassName
{
color: #0C65EA;
}
.AnyTagClassName
{
color: #0C65EA;
}
</style>
background-color css
<style>
a { background-color: #0C65EA; }
a { background-color: rgb(12,101,234); }
div.DivClassName
{
background-color: #0C65EA;
}
.BgClassName
{
background-color: #0C65EA;
}
</style>
border-color css
<style>
span { border-color: #0C65EA; }
span { border-color: rgb(12,101,234); }
td.TdClassName
{
border-color: #0C65EA;
}
.TagClassName
{
border-color: #0C65EA;
}
</style>