Shades of Navy #0C0274
Tints of Navy #0C0274
RGB
CMYK
RGB Variations
Color information
#0C0274 (or 0x0C0274) is known color: Navy. HEX triplet: 0C, 02 and 74. RGB value is (12,2,116). Sum of RGB (Red+Green+Blue) = 12+2+116=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C0274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0274 is #F3FD8B. Grayscale: #111111. Windows color (decimal): -15990156 or 7602700. OLE color: 7602700.
HSL color Cylindrical-coordinate representation of color #0C0274: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0274 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 2 | 116 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.55 |
| HSL | 245.26º | 0.97% | 0.23% | - |
| HSV(B) | 245.26º | 0.98% | 0.45% | - |
| XYZ | 3.33 | 1.38 | 16.61 | - |
| YUV | 17.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 116 | 0.90 | 0.98 | 0 | 0.55 | 245.26 | 0.97 | 0.23 |
| Hex | C | 2 | 74 | 5A | 62 | 0 | 37 | F5 | 61 | 17 |
| Octal | 14 | 2 | 164 | 132 | 142 | 0 | 67 | 365 | 141 | 27 |
| Binary | 1100 | 10 | 1110100 | 1011010 | 1100010 | 0 | 110111 | 11110101 | 1100001 | 10111 |
Color Harmonies of #0C0274
Complementary color
Monochromatic Colors of #0C0274
Black with #0C0274
Text Example
Text Example
White with #0C0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0274; }
p { color: rgb(12,2,116); }
H1.HeaderClassName
{
color: #0C0274;
}
.AnyTagClassName
{
color: #0C0274;
}
</style>
background-color css
<style>
a { background-color: #0C0274; }
a { background-color: rgb(12,2,116); }
div.DivClassName
{
background-color: #0C0274;
}
.BgClassName
{
background-color: #0C0274;
}
</style>
border-color css
<style>
span { border-color: #0C0274; }
span { border-color: rgb(12,2,116); }
td.TdClassName
{
border-color: #0C0274;
}
.TagClassName
{
border-color: #0C0274;
}
</style>