Shades of New Midnight Blue #010CAF
Tints of New Midnight Blue #010CAF
RGB
CMYK
RGB Variations
Color information
#010CAF (or 0x010CAF) is known color: New Midnight Blue. HEX triplet: 01, 0C and AF. RGB value is (1,12,175). Sum of RGB (Red+Green+Blue) = 1+12+175=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 175 (68.75% from 255 or 93.09% from 188); Max value from RGB is 175 - color contains mainly: blue. Hex color #010CAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAF is #FEF350. Grayscale: #1A1A1A. Windows color (decimal): -16708433 or 11471873. OLE color: 11471873.
HSL color Cylindrical-coordinate representation of color #010CAF: hue angle of 236.21º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CAF is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 12 | 175 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.31 |
| HSL | 236.21º | 0.99% | 0.35% | - |
| HSV(B) | 236.21º | 0.99% | 0.69% | - |
| XYZ | 7.88 | 3.36 | 40.79 | - |
| YUV | 27.29 | 211.36 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 175 | 0.99 | 0.93 | 0 | 0.31 | 236.21 | 0.99 | 0.35 |
| Hex | 1 | C | AF | 63 | 5D | 0 | 1F | EC | 63 | 23 |
| Octal | 1 | 14 | 257 | 143 | 135 | 0 | 37 | 354 | 143 | 43 |
| Binary | 1 | 1100 | 10101111 | 1100011 | 1011101 | 0 | 11111 | 11101100 | 1100011 | 100011 |
Color Harmonies of #010CAF
Complementary color
Monochromatic Colors of #010CAF
Black with #010CAF
Text Example
Text Example
White with #010CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CAF; }
p { color: rgb(1,12,175); }
H1.HeaderClassName
{
color: #010CAF;
}
.AnyTagClassName
{
color: #010CAF;
}
</style>
background-color css
<style>
a { background-color: #010CAF; }
a { background-color: rgb(1,12,175); }
div.DivClassName
{
background-color: #010CAF;
}
.BgClassName
{
background-color: #010CAF;
}
</style>
border-color css
<style>
span { border-color: #010CAF; }
span { border-color: rgb(1,12,175); }
td.TdClassName
{
border-color: #010CAF;
}
.TagClassName
{
border-color: #010CAF;
}
</style>