Shades of Midnight Blue #03055A
Tints of Midnight Blue #03055A
RGB
CMYK
RGB Variations
Color information
#03055A (or 0x03055A) is known color: Midnight Blue. HEX triplet: 03, 05 and 5A. RGB value is (3,5,90). Sum of RGB (Red+Green+Blue) = 3+5+90=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #03055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03055A is #FCFAA5. Grayscale: #0D0D0D. Windows color (decimal): -16579238 or 5899523. OLE color: 5899523.
HSL color Cylindrical-coordinate representation of color #03055A: hue angle of 238.62º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03055A is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 5 | 90 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.65 |
| HSL | 238.62º | 0.94% | 0.18% | - |
| HSV(B) | 238.62º | 0.97% | 0.35% | - |
| XYZ | 1.94 | 0.87 | 9.74 | - |
| YUV | 14.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 90 | 0.97 | 0.94 | 0 | 0.65 | 238.62 | 0.94 | 0.18 |
| Hex | 3 | 5 | 5A | 61 | 5E | 0 | 41 | EF | 5E | 12 |
| Octal | 3 | 5 | 132 | 141 | 136 | 0 | 101 | 357 | 136 | 22 |
| Binary | 11 | 101 | 1011010 | 1100001 | 1011110 | 0 | 1000001 | 11101111 | 1011110 | 10010 |
Color Harmonies of #03055A
Complementary color
Monochromatic Colors of #03055A
Black with #03055A
Text Example
Text Example
White with #03055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03055A; }
p { color: rgb(3,5,90); }
H1.HeaderClassName
{
color: #03055A;
}
.AnyTagClassName
{
color: #03055A;
}
</style>
background-color css
<style>
a { background-color: #03055A; }
a { background-color: rgb(3,5,90); }
div.DivClassName
{
background-color: #03055A;
}
.BgClassName
{
background-color: #03055A;
}
</style>
border-color css
<style>
span { border-color: #03055A; }
span { border-color: rgb(3,5,90); }
td.TdClassName
{
border-color: #03055A;
}
.TagClassName
{
border-color: #03055A;
}
</style>