Shades of Navy Blue #0C69DD
Tints of Navy Blue #0C69DD
RGB
CMYK
RGB Variations
Color information
#0C69DD (or 0x0C69DD) is known color: Navy Blue. HEX triplet: 0C, 69 and DD. RGB value is (12,105,221). Sum of RGB (Red+Green+Blue) = 12+105+221=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C69DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C69DD is #F39622. Grayscale: #595959. Windows color (decimal): -15963683 or 14510348. OLE color: 14510348.
HSL color Cylindrical-coordinate representation of color #0C69DD: hue angle of 213.3º 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 #0C69DD is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 105 | 221 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.13 |
| HSL | 213.3º | 0.9% | 0.46% | - |
| HSV(B) | 213.3º | 0.95% | 0.87% | - |
| XYZ | 18.25 | 15.4 | 70.42 | - |
| YUV | 90.42 | 201.69 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 221 | 0.95 | 0.52 | 0 | 0.13 | 213.3 | 0.9 | 0.46 |
| Hex | C | 69 | DD | 5F | 34 | 0 | D | D5 | 5A | 2E |
| Octal | 14 | 151 | 335 | 137 | 64 | 0 | 15 | 325 | 132 | 56 |
| Binary | 1100 | 1101001 | 11011101 | 1011111 | 110100 | 0 | 1101 | 11010101 | 1011010 | 101110 |
Color Harmonies of #0C69DD
Complementary color
Monochromatic Colors of #0C69DD
Black with #0C69DD
Text Example
Text Example
White with #0C69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C69DD; }
p { color: rgb(12,105,221); }
H1.HeaderClassName
{
color: #0C69DD;
}
.AnyTagClassName
{
color: #0C69DD;
}
</style>
background-color css
<style>
a { background-color: #0C69DD; }
a { background-color: rgb(12,105,221); }
div.DivClassName
{
background-color: #0C69DD;
}
.BgClassName
{
background-color: #0C69DD;
}
</style>
border-color css
<style>
span { border-color: #0C69DD; }
span { border-color: rgb(12,105,221); }
td.TdClassName
{
border-color: #0C69DD;
}
.TagClassName
{
border-color: #0C69DD;
}
</style>