Shades of New Midnight Blue #0C02AA
Tints of New Midnight Blue #0C02AA
RGB
CMYK
RGB Variations
Color information
#0C02AA (or 0x0C02AA) is known color: New Midnight Blue. HEX triplet: 0C, 02 and AA. RGB value is (12,2,170). Sum of RGB (Red+Green+Blue) = 12+2+170=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 170 (66.80% from 255 or 92.39% from 184); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C02AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C02AA is #F3FD55. Grayscale: #171717. Windows color (decimal): -15990102 or 11141644. OLE color: 11141644.
HSL color Cylindrical-coordinate representation of color #0C02AA: hue angle of 243.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02AA is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 2 | 170 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.33 |
| HSL | 243.57º | 0.98% | 0.34% | - |
| HSV(B) | 243.57º | 0.99% | 0.67% | - |
| XYZ | 7.43 | 3.02 | 38.22 | - |
| YUV | 24.14 | 210.31 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 170 | 0.93 | 0.99 | 0 | 0.33 | 243.57 | 0.98 | 0.34 |
| Hex | C | 2 | AA | 5D | 63 | 0 | 21 | F4 | 62 | 22 |
| Octal | 14 | 2 | 252 | 135 | 143 | 0 | 41 | 364 | 142 | 42 |
| Binary | 1100 | 10 | 10101010 | 1011101 | 1100011 | 0 | 100001 | 11110100 | 1100010 | 100010 |
Color Harmonies of #0C02AA
Complementary color
Monochromatic Colors of #0C02AA
Black with #0C02AA
Text Example
Text Example
White with #0C02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C02AA; }
p { color: rgb(12,2,170); }
H1.HeaderClassName
{
color: #0C02AA;
}
.AnyTagClassName
{
color: #0C02AA;
}
</style>
background-color css
<style>
a { background-color: #0C02AA; }
a { background-color: rgb(12,2,170); }
div.DivClassName
{
background-color: #0C02AA;
}
.BgClassName
{
background-color: #0C02AA;
}
</style>
border-color css
<style>
span { border-color: #0C02AA; }
span { border-color: rgb(12,2,170); }
td.TdClassName
{
border-color: #0C02AA;
}
.TagClassName
{
border-color: #0C02AA;
}
</style>