Shades of Navy Blue #0C6BCA
Tints of Navy Blue #0C6BCA
RGB
CMYK
RGB Variations
Color information
#0C6BCA (or 0x0C6BCA) is known color: Navy Blue. HEX triplet: 0C, 6B and CA. RGB value is (12,107,202). Sum of RGB (Red+Green+Blue) = 12+107+202=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C6BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6BCA is #F39435. Grayscale: #585858. Windows color (decimal): -15963190 or 13265676. OLE color: 13265676.
HSL color Cylindrical-coordinate representation of color #0C6BCA: hue angle of 210º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6BCA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 107 | 202 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.21 |
| HSL | 210º | 0.89% | 0.42% | - |
| HSV(B) | 210º | 0.94% | 0.79% | - |
| XYZ | 16.07 | 14.86 | 57.9 | - |
| YUV | 89.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 202 | 0.94 | 0.47 | 0 | 0.21 | 210 | 0.89 | 0.42 |
| Hex | C | 6B | CA | 5E | 2F | 0 | 15 | D2 | 59 | 2A |
| Octal | 14 | 153 | 312 | 136 | 57 | 0 | 25 | 322 | 131 | 52 |
| Binary | 1100 | 1101011 | 11001010 | 1011110 | 101111 | 0 | 10101 | 11010010 | 1011001 | 101010 |
Color Harmonies of #0C6BCA
Complementary color
Monochromatic Colors of #0C6BCA
Black with #0C6BCA
Text Example
Text Example
White with #0C6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6BCA; }
p { color: rgb(12,107,202); }
H1.HeaderClassName
{
color: #0C6BCA;
}
.AnyTagClassName
{
color: #0C6BCA;
}
</style>
background-color css
<style>
a { background-color: #0C6BCA; }
a { background-color: rgb(12,107,202); }
div.DivClassName
{
background-color: #0C6BCA;
}
.BgClassName
{
background-color: #0C6BCA;
}
</style>
border-color css
<style>
span { border-color: #0C6BCA; }
span { border-color: rgb(12,107,202); }
td.TdClassName
{
border-color: #0C6BCA;
}
.TagClassName
{
border-color: #0C6BCA;
}
</style>