Shades of Midnight Express #03023C
Tints of Midnight Express #03023C
RGB
CMYK
RGB Variations
Color information
#03023C (or 0x03023C) is known color: Midnight Express. HEX triplet: 03, 02 and 3C. RGB value is (3,2,60). Sum of RGB (Red+Green+Blue) = 3+2+60=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 60 (23.83% from 255 or 92.31% from 65); Max value from RGB is 60 - color contains mainly: blue. Hex color #03023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03023C is #FCFDC3. Grayscale: #080808. Windows color (decimal): -16580036 or 3932675. OLE color: 3932675.
HSL color Cylindrical-coordinate representation of color #03023C: hue angle of 241.03º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03023C is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 2 | 60 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.76 |
| HSL | 241.03º | 0.94% | 0.12% | - |
| HSV(B) | 241.03º | 0.97% | 0.24% | - |
| XYZ | 0.87 | 0.39 | 4.3 | - |
| YUV | 8.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 60 | 0.95 | 0.97 | 0 | 0.76 | 241.03 | 0.94 | 0.12 |
| Hex | 3 | 2 | 3C | 5F | 61 | 0 | 4C | F1 | 5E | C |
| Octal | 3 | 2 | 74 | 137 | 141 | 0 | 114 | 361 | 136 | 14 |
| Binary | 11 | 10 | 111100 | 1011111 | 1100001 | 0 | 1001100 | 11110001 | 1011110 | 1100 |
Color Harmonies of #03023C
Complementary color
Monochromatic Colors of #03023C
Black with #03023C
Text Example
Text Example
White with #03023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03023C; }
p { color: rgb(3,2,60); }
H1.HeaderClassName
{
color: #03023C;
}
.AnyTagClassName
{
color: #03023C;
}
</style>
background-color css
<style>
a { background-color: #03023C; }
a { background-color: rgb(3,2,60); }
div.DivClassName
{
background-color: #03023C;
}
.BgClassName
{
background-color: #03023C;
}
</style>
border-color css
<style>
span { border-color: #03023C; }
span { border-color: rgb(3,2,60); }
td.TdClassName
{
border-color: #03023C;
}
.TagClassName
{
border-color: #03023C;
}
</style>