Shades of Navy #0C0268
Tints of Navy #0C0268
RGB
CMYK
RGB Variations
Color information
#0C0268 (or 0x0C0268) is known color: Navy. HEX triplet: 0C, 02 and 68. RGB value is (12,2,104). Sum of RGB (Red+Green+Blue) = 12+2+104=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C0268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0268 is #F3FD97. Grayscale: #101010. Windows color (decimal): -15990168 or 6816268. OLE color: 6816268.
HSL color Cylindrical-coordinate representation of color #0C0268: hue angle of 245.88º 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 #0C0268 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 2 | 104 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.59 |
| HSL | 245.88º | 0.96% | 0.21% | - |
| HSV(B) | 245.88º | 0.98% | 0.41% | - |
| XYZ | 2.67 | 1.12 | 13.17 | - |
| YUV | 16.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 104 | 0.88 | 0.98 | 0 | 0.59 | 245.88 | 0.96 | 0.21 |
| Hex | C | 2 | 68 | 58 | 62 | 0 | 3B | F6 | 60 | 15 |
| Octal | 14 | 2 | 150 | 130 | 142 | 0 | 73 | 366 | 140 | 25 |
| Binary | 1100 | 10 | 1101000 | 1011000 | 1100010 | 0 | 111011 | 11110110 | 1100000 | 10101 |
Color Harmonies of #0C0268
Complementary color
Monochromatic Colors of #0C0268
Black with #0C0268
Text Example
Text Example
White with #0C0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0268; }
p { color: rgb(12,2,104); }
H1.HeaderClassName
{
color: #0C0268;
}
.AnyTagClassName
{
color: #0C0268;
}
</style>
background-color css
<style>
a { background-color: #0C0268; }
a { background-color: rgb(12,2,104); }
div.DivClassName
{
background-color: #0C0268;
}
.BgClassName
{
background-color: #0C0268;
}
</style>
border-color css
<style>
span { border-color: #0C0268; }
span { border-color: rgb(12,2,104); }
td.TdClassName
{
border-color: #0C0268;
}
.TagClassName
{
border-color: #0C0268;
}
</style>