Shades of New Midnight Blue #010CAC
Tints of New Midnight Blue #010CAC
RGB
CMYK
RGB Variations
Color information
#010CAC (or 0x010CAC) is known color: New Midnight Blue. HEX triplet: 01, 0C and AC. RGB value is (1,12,172). Sum of RGB (Red+Green+Blue) = 1+12+172=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 172 (67.58% from 255 or 92.97% from 185); Max value from RGB is 172 - color contains mainly: blue. Hex color #010CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAC is #FEF353. Grayscale: #1A1A1A. Windows color (decimal): -16708436 or 11275265. OLE color: 11275265.
HSL color Cylindrical-coordinate representation of color #010CAC: hue angle of 236.14º degrees, saturation: 0.99, 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 #010CAC is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 12 | 172 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.33 |
| HSL | 236.14º | 0.99% | 0.34% | - |
| HSV(B) | 236.14º | 0.99% | 0.67% | - |
| XYZ | 7.59 | 3.25 | 39.26 | - |
| YUV | 26.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 172 | 0.99 | 0.93 | 0 | 0.33 | 236.14 | 0.99 | 0.34 |
| Hex | 1 | C | AC | 63 | 5D | 0 | 21 | EC | 63 | 22 |
| Octal | 1 | 14 | 254 | 143 | 135 | 0 | 41 | 354 | 143 | 42 |
| Binary | 1 | 1100 | 10101100 | 1100011 | 1011101 | 0 | 100001 | 11101100 | 1100011 | 100010 |
Color Harmonies of #010CAC
Complementary color
Monochromatic Colors of #010CAC
Black with #010CAC
Text Example
Text Example
White with #010CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CAC; }
p { color: rgb(1,12,172); }
H1.HeaderClassName
{
color: #010CAC;
}
.AnyTagClassName
{
color: #010CAC;
}
</style>
background-color css
<style>
a { background-color: #010CAC; }
a { background-color: rgb(1,12,172); }
div.DivClassName
{
background-color: #010CAC;
}
.BgClassName
{
background-color: #010CAC;
}
</style>
border-color css
<style>
span { border-color: #010CAC; }
span { border-color: rgb(1,12,172); }
td.TdClassName
{
border-color: #010CAC;
}
.TagClassName
{
border-color: #010CAC;
}
</style>