Shades of Midnight Blue #0C025C
Tints of Midnight Blue #0C025C
RGB
CMYK
RGB Variations
Color information
#0C025C (or 0x0C025C) is known color: Midnight Blue. HEX triplet: 0C, 02 and 5C. RGB value is (12,2,92). Sum of RGB (Red+Green+Blue) = 12+2+92=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C025C is #F3FDA3. Grayscale: #0E0E0E. Windows color (decimal): -15990180 or 6029836. OLE color: 6029836.
HSL color Cylindrical-coordinate representation of color #0C025C: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C025C is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 2 | 92 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.64 |
| HSL | 246.67º | 0.96% | 0.18% | - |
| HSV(B) | 246.67º | 0.98% | 0.36% | - |
| XYZ | 2.11 | 0.89 | 10.19 | - |
| YUV | 15.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 92 | 0.87 | 0.98 | 0 | 0.64 | 246.67 | 0.96 | 0.18 |
| Hex | C | 2 | 5C | 57 | 62 | 0 | 40 | F7 | 60 | 12 |
| Octal | 14 | 2 | 134 | 127 | 142 | 0 | 100 | 367 | 140 | 22 |
| Binary | 1100 | 10 | 1011100 | 1010111 | 1100010 | 0 | 1000000 | 11110111 | 1100000 | 10010 |
Color Harmonies of #0C025C
Complementary color
Monochromatic Colors of #0C025C
Black with #0C025C
Text Example
Text Example
White with #0C025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C025C; }
p { color: rgb(12,2,92); }
H1.HeaderClassName
{
color: #0C025C;
}
.AnyTagClassName
{
color: #0C025C;
}
</style>
background-color css
<style>
a { background-color: #0C025C; }
a { background-color: rgb(12,2,92); }
div.DivClassName
{
background-color: #0C025C;
}
.BgClassName
{
background-color: #0C025C;
}
</style>
border-color css
<style>
span { border-color: #0C025C; }
span { border-color: rgb(12,2,92); }
td.TdClassName
{
border-color: #0C025C;
}
.TagClassName
{
border-color: #0C025C;
}
</style>