Shades of Navy #0C0283
Tints of Navy #0C0283
RGB
CMYK
RGB Variations
Color information
#0C0283 (or 0x0C0283) is known color: Navy. HEX triplet: 0C, 02 and 83. RGB value is (12,2,131). Sum of RGB (Red+Green+Blue) = 12+2+131=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C0283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0283 is #F3FD7C. Grayscale: #131313. Windows color (decimal): -15990141 or 8585740. OLE color: 8585740.
HSL color Cylindrical-coordinate representation of color #0C0283: hue angle of 244.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0283 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 2 | 131 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.49 |
| HSL | 244.65º | 0.97% | 0.26% | - |
| HSV(B) | 244.65º | 0.98% | 0.51% | - |
| XYZ | 4.27 | 1.76 | 21.59 | - |
| YUV | 19.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 131 | 0.91 | 0.98 | 0 | 0.49 | 244.65 | 0.97 | 0.26 |
| Hex | C | 2 | 83 | 5B | 62 | 0 | 31 | F5 | 61 | 1A |
| Octal | 14 | 2 | 203 | 133 | 142 | 0 | 61 | 365 | 141 | 32 |
| Binary | 1100 | 10 | 10000011 | 1011011 | 1100010 | 0 | 110001 | 11110101 | 1100001 | 11010 |
Color Harmonies of #0C0283
Complementary color
Monochromatic Colors of #0C0283
Black with #0C0283
Text Example
Text Example
White with #0C0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0283; }
p { color: rgb(12,2,131); }
H1.HeaderClassName
{
color: #0C0283;
}
.AnyTagClassName
{
color: #0C0283;
}
</style>
background-color css
<style>
a { background-color: #0C0283; }
a { background-color: rgb(12,2,131); }
div.DivClassName
{
background-color: #0C0283;
}
.BgClassName
{
background-color: #0C0283;
}
</style>
border-color css
<style>
span { border-color: #0C0283; }
span { border-color: rgb(12,2,131); }
td.TdClassName
{
border-color: #0C0283;
}
.TagClassName
{
border-color: #0C0283;
}
</style>