Shades of Navy Blue #0C68DD
Tints of Navy Blue #0C68DD
RGB
CMYK
RGB Variations
Color information
#0C68DD (or 0x0C68DD) is known color: Navy Blue. HEX triplet: 0C, 68 and DD. RGB value is (12,104,221). Sum of RGB (Red+Green+Blue) = 12+104+221=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C68DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C68DD is #F39722. Grayscale: #595959. Windows color (decimal): -15963939 or 14510092. OLE color: 14510092.
HSL color Cylindrical-coordinate representation of color #0C68DD: hue angle of 213.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C68DD is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 104 | 221 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.13 |
| HSL | 213.59º | 0.9% | 0.46% | - |
| HSV(B) | 213.59º | 0.95% | 0.87% | - |
| XYZ | 18.15 | 15.2 | 70.38 | - |
| YUV | 89.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 221 | 0.95 | 0.53 | 0 | 0.13 | 213.59 | 0.9 | 0.46 |
| Hex | C | 68 | DD | 5F | 35 | 0 | D | D6 | 5A | 2E |
| Octal | 14 | 150 | 335 | 137 | 65 | 0 | 15 | 326 | 132 | 56 |
| Binary | 1100 | 1101000 | 11011101 | 1011111 | 110101 | 0 | 1101 | 11010110 | 1011010 | 101110 |
Color Harmonies of #0C68DD
Complementary color
Monochromatic Colors of #0C68DD
Black with #0C68DD
Text Example
Text Example
White with #0C68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C68DD; }
p { color: rgb(12,104,221); }
H1.HeaderClassName
{
color: #0C68DD;
}
.AnyTagClassName
{
color: #0C68DD;
}
</style>
background-color css
<style>
a { background-color: #0C68DD; }
a { background-color: rgb(12,104,221); }
div.DivClassName
{
background-color: #0C68DD;
}
.BgClassName
{
background-color: #0C68DD;
}
</style>
border-color css
<style>
span { border-color: #0C68DD; }
span { border-color: rgb(12,104,221); }
td.TdClassName
{
border-color: #0C68DD;
}
.TagClassName
{
border-color: #0C68DD;
}
</style>