Shades of Navy Blue #0C5ADC
Tints of Navy Blue #0C5ADC
RGB
CMYK
RGB Variations
Color information
#0C5ADC (or 0x0C5ADC) is known color: Navy Blue. HEX triplet: 0C, 5A and DC. RGB value is (12,90,220). Sum of RGB (Red+Green+Blue) = 12+90+220=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C5ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ADC is #F3A523. Grayscale: #505050. Windows color (decimal): -15967524 or 14440972. OLE color: 14440972.
HSL color Cylindrical-coordinate representation of color #0C5ADC: hue angle of 217.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5ADC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 90 | 220 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.14 |
| HSL | 217.5º | 0.9% | 0.45% | - |
| HSV(B) | 217.5º | 0.95% | 0.86% | - |
| XYZ | 16.73 | 12.56 | 69.25 | - |
| YUV | 81.5 | 206.16 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 220 | 0.95 | 0.59 | 0 | 0.14 | 217.5 | 0.9 | 0.45 |
| Hex | C | 5A | DC | 5F | 3B | 0 | E | DA | 5A | 2D |
| Octal | 14 | 132 | 334 | 137 | 73 | 0 | 16 | 332 | 132 | 55 |
| Binary | 1100 | 1011010 | 11011100 | 1011111 | 111011 | 0 | 1110 | 11011010 | 1011010 | 101101 |
Color Harmonies of #0C5ADC
Complementary color
Monochromatic Colors of #0C5ADC
Black with #0C5ADC
Text Example
Text Example
White with #0C5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5ADC; }
p { color: rgb(12,90,220); }
H1.HeaderClassName
{
color: #0C5ADC;
}
.AnyTagClassName
{
color: #0C5ADC;
}
</style>
background-color css
<style>
a { background-color: #0C5ADC; }
a { background-color: rgb(12,90,220); }
div.DivClassName
{
background-color: #0C5ADC;
}
.BgClassName
{
background-color: #0C5ADC;
}
</style>
border-color css
<style>
span { border-color: #0C5ADC; }
span { border-color: rgb(12,90,220); }
td.TdClassName
{
border-color: #0C5ADC;
}
.TagClassName
{
border-color: #0C5ADC;
}
</style>