Shades of Navy #0C0269
Tints of Navy #0C0269
RGB
CMYK
RGB Variations
Color information
#0C0269 (or 0x0C0269) is known color: Navy. HEX triplet: 0C, 02 and 69. RGB value is (12,2,105). Sum of RGB (Red+Green+Blue) = 12+2+105=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C0269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0269 is #F3FD96. Grayscale: #101010. Windows color (decimal): -15990167 or 6881804. OLE color: 6881804.
HSL color Cylindrical-coordinate representation of color #0C0269: hue angle of 245.83º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0269 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 2 | 105 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.59 |
| HSL | 245.83º | 0.96% | 0.21% | - |
| HSV(B) | 245.83º | 0.98% | 0.41% | - |
| XYZ | 2.72 | 1.14 | 13.44 | - |
| YUV | 16.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 105 | 0.89 | 0.98 | 0 | 0.59 | 245.83 | 0.96 | 0.21 |
| Hex | C | 2 | 69 | 59 | 62 | 0 | 3B | F6 | 60 | 15 |
| Octal | 14 | 2 | 151 | 131 | 142 | 0 | 73 | 366 | 140 | 25 |
| Binary | 1100 | 10 | 1101001 | 1011001 | 1100010 | 0 | 111011 | 11110110 | 1100000 | 10101 |
Color Harmonies of #0C0269
Complementary color
Monochromatic Colors of #0C0269
Black with #0C0269
Text Example
Text Example
White with #0C0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0269; }
p { color: rgb(12,2,105); }
H1.HeaderClassName
{
color: #0C0269;
}
.AnyTagClassName
{
color: #0C0269;
}
</style>
background-color css
<style>
a { background-color: #0C0269; }
a { background-color: rgb(12,2,105); }
div.DivClassName
{
background-color: #0C0269;
}
.BgClassName
{
background-color: #0C0269;
}
</style>
border-color css
<style>
span { border-color: #0C0269; }
span { border-color: rgb(12,2,105); }
td.TdClassName
{
border-color: #0C0269;
}
.TagClassName
{
border-color: #0C0269;
}
</style>