Shades of Midnight Blue #030255
Tints of Midnight Blue #030255
RGB
CMYK
RGB Variations
Color information
#030255 (or 0x030255) is known color: Midnight Blue. HEX triplet: 03, 02 and 55. RGB value is (3,2,85). Sum of RGB (Red+Green+Blue) = 3+2+85=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 85 (33.59% from 255 or 94.44% from 90); Max value from RGB is 85 - color contains mainly: blue. Hex color #030255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030255 is #FCFDAA. Grayscale: #0B0B0B. Windows color (decimal): -16580011 or 5571075. OLE color: 5571075.
HSL color Cylindrical-coordinate representation of color #030255: hue angle of 240.72º 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 #030255 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 2 | 85 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.67 |
| HSL | 240.72º | 0.95% | 0.17% | - |
| HSV(B) | 240.72º | 0.98% | 0.33% | - |
| XYZ | 1.7 | 0.72 | 8.64 | - |
| YUV | 11.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 85 | 0.96 | 0.98 | 0 | 0.67 | 240.72 | 0.95 | 0.17 |
| Hex | 3 | 2 | 55 | 60 | 62 | 0 | 43 | F1 | 5F | 11 |
| Octal | 3 | 2 | 125 | 140 | 142 | 0 | 103 | 361 | 137 | 21 |
| Binary | 11 | 10 | 1010101 | 1100000 | 1100010 | 0 | 1000011 | 11110001 | 1011111 | 10001 |
Color Harmonies of #030255
Complementary color
Monochromatic Colors of #030255
Black with #030255
Text Example
Text Example
White with #030255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030255; }
p { color: rgb(3,2,85); }
H1.HeaderClassName
{
color: #030255;
}
.AnyTagClassName
{
color: #030255;
}
</style>
background-color css
<style>
a { background-color: #030255; }
a { background-color: rgb(3,2,85); }
div.DivClassName
{
background-color: #030255;
}
.BgClassName
{
background-color: #030255;
}
</style>
border-color css
<style>
span { border-color: #030255; }
span { border-color: rgb(3,2,85); }
td.TdClassName
{
border-color: #030255;
}
.TagClassName
{
border-color: #030255;
}
</style>