Shades of Midnight Blue #030C63
Tints of Midnight Blue #030C63
RGB
CMYK
RGB Variations
Color information
#030C63 (or 0x030C63) is known color: Midnight Blue. HEX triplet: 03, 0C and 63. RGB value is (3,12,99). Sum of RGB (Red+Green+Blue) = 3+12+99=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #030C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C63 is #FCF39C. Grayscale: #121212. Windows color (decimal): -16577437 or 6491139. OLE color: 6491139.
HSL color Cylindrical-coordinate representation of color #030C63: hue angle of 234.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C63 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 12 | 99 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.61 |
| HSL | 234.38º | 0.94% | 0.2% | - |
| HSV(B) | 234.38º | 0.97% | 0.39% | - |
| XYZ | 2.42 | 1.18 | 11.91 | - |
| YUV | 19.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 99 | 0.97 | 0.88 | 0 | 0.61 | 234.38 | 0.94 | 0.2 |
| Hex | 3 | C | 63 | 61 | 58 | 0 | 3D | EA | 5E | 14 |
| Octal | 3 | 14 | 143 | 141 | 130 | 0 | 75 | 352 | 136 | 24 |
| Binary | 11 | 1100 | 1100011 | 1100001 | 1011000 | 0 | 111101 | 11101010 | 1011110 | 10100 |
Color Harmonies of #030C63
Complementary color
Monochromatic Colors of #030C63
Black with #030C63
Text Example
Text Example
White with #030C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C63; }
p { color: rgb(3,12,99); }
H1.HeaderClassName
{
color: #030C63;
}
.AnyTagClassName
{
color: #030C63;
}
</style>
background-color css
<style>
a { background-color: #030C63; }
a { background-color: rgb(3,12,99); }
div.DivClassName
{
background-color: #030C63;
}
.BgClassName
{
background-color: #030C63;
}
</style>
border-color css
<style>
span { border-color: #030C63; }
span { border-color: rgb(3,12,99); }
td.TdClassName
{
border-color: #030C63;
}
.TagClassName
{
border-color: #030C63;
}
</style>