Shades of Midnight Blue #0C0253
Tints of Midnight Blue #0C0253
RGB
CMYK
RGB Variations
Color information
#0C0253 (or 0x0C0253) is known color: Midnight Blue. HEX triplet: 0C, 02 and 53. RGB value is (12,2,83). Sum of RGB (Red+Green+Blue) = 12+2+83=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C0253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0253 is #F3FDAC. Grayscale: #0D0D0D. Windows color (decimal): -15990189 or 5440012. OLE color: 5440012.
HSL color Cylindrical-coordinate representation of color #0C0253: hue angle of 247.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0253 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 2 | 83 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.67 |
| HSL | 247.41º | 0.95% | 0.17% | - |
| HSV(B) | 247.41º | 0.98% | 0.33% | - |
| XYZ | 1.73 | 0.75 | 8.24 | - |
| YUV | 14.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 83 | 0.86 | 0.98 | 0 | 0.67 | 247.41 | 0.95 | 0.17 |
| Hex | C | 2 | 53 | 56 | 62 | 0 | 43 | F7 | 5F | 11 |
| Octal | 14 | 2 | 123 | 126 | 142 | 0 | 103 | 367 | 137 | 21 |
| Binary | 1100 | 10 | 1010011 | 1010110 | 1100010 | 0 | 1000011 | 11110111 | 1011111 | 10001 |
Color Harmonies of #0C0253
Complementary color
Monochromatic Colors of #0C0253
Black with #0C0253
Text Example
Text Example
White with #0C0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0253; }
p { color: rgb(12,2,83); }
H1.HeaderClassName
{
color: #0C0253;
}
.AnyTagClassName
{
color: #0C0253;
}
</style>
background-color css
<style>
a { background-color: #0C0253; }
a { background-color: rgb(12,2,83); }
div.DivClassName
{
background-color: #0C0253;
}
.BgClassName
{
background-color: #0C0253;
}
</style>
border-color css
<style>
span { border-color: #0C0253; }
span { border-color: rgb(12,2,83); }
td.TdClassName
{
border-color: #0C0253;
}
.TagClassName
{
border-color: #0C0253;
}
</style>