Shades of New Midnight Blue #010CB3
Tints of New Midnight Blue #010CB3
RGB
CMYK
RGB Variations
Color information
#010CB3 (or 0x010CB3) is known color: New Midnight Blue. HEX triplet: 01, 0C and B3. RGB value is (1,12,179). Sum of RGB (Red+Green+Blue) = 1+12+179=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 179 (70.31% from 255 or 93.23% from 192); Max value from RGB is 179 - color contains mainly: blue. Hex color #010CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CB3 is #FEF34C. Grayscale: #1B1B1B. Windows color (decimal): -16708429 or 11734017. OLE color: 11734017.
HSL color Cylindrical-coordinate representation of color #010CB3: hue angle of 236.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB3 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 12 | 179 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.30 |
| HSL | 236.29º | 0.99% | 0.35% | - |
| HSV(B) | 236.29º | 0.99% | 0.7% | - |
| XYZ | 8.28 | 3.52 | 42.89 | - |
| YUV | 27.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 179 | 0.99 | 0.93 | 0 | 0.30 | 236.29 | 0.99 | 0.35 |
| Hex | 1 | C | B3 | 63 | 5D | 0 | 1E | EC | 63 | 23 |
| Octal | 1 | 14 | 263 | 143 | 135 | 0 | 36 | 354 | 143 | 43 |
| Binary | 1 | 1100 | 10110011 | 1100011 | 1011101 | 0 | 11110 | 11101100 | 1100011 | 100011 |
Color Harmonies of #010CB3
Complementary color
Monochromatic Colors of #010CB3
Black with #010CB3
Text Example
Text Example
White with #010CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CB3; }
p { color: rgb(1,12,179); }
H1.HeaderClassName
{
color: #010CB3;
}
.AnyTagClassName
{
color: #010CB3;
}
</style>
background-color css
<style>
a { background-color: #010CB3; }
a { background-color: rgb(1,12,179); }
div.DivClassName
{
background-color: #010CB3;
}
.BgClassName
{
background-color: #010CB3;
}
</style>
border-color css
<style>
span { border-color: #010CB3; }
span { border-color: rgb(1,12,179); }
td.TdClassName
{
border-color: #010CB3;
}
.TagClassName
{
border-color: #010CB3;
}
</style>