Shades of Midnight Blue #02075C
Tints of Midnight Blue #02075C
RGB
CMYK
RGB Variations
Color information
#02075C (or 0x02075C) is known color: Midnight Blue. HEX triplet: 02, 07 and 5C. RGB value is (2,7,92). Sum of RGB (Red+Green+Blue) = 2+7+92=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 92 (36.33% from 255 or 91.09% from 101); Max value from RGB is 92 - color contains mainly: blue. Hex color #02075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02075C is #FDF8A3. Grayscale: #0E0E0E. Windows color (decimal): -16644260 or 6031106. OLE color: 6031106.
HSL color Cylindrical-coordinate representation of color #02075C: hue angle of 236.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 #02075C is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 7 | 92 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.64 |
| HSL | 236.67º | 0.96% | 0.18% | - |
| HSV(B) | 236.67º | 0.98% | 0.36% | - |
| XYZ | 2.03 | 0.94 | 10.2 | - |
| YUV | 15.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 92 | 0.98 | 0.92 | 0 | 0.64 | 236.67 | 0.96 | 0.18 |
| Hex | 2 | 7 | 5C | 62 | 5C | 0 | 40 | ED | 60 | 12 |
| Octal | 2 | 7 | 134 | 142 | 134 | 0 | 100 | 355 | 140 | 22 |
| Binary | 10 | 111 | 1011100 | 1100010 | 1011100 | 0 | 1000000 | 11101101 | 1100000 | 10010 |
Color Harmonies of #02075C
Complementary color
Monochromatic Colors of #02075C
Black with #02075C
Text Example
Text Example
White with #02075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02075C; }
p { color: rgb(2,7,92); }
H1.HeaderClassName
{
color: #02075C;
}
.AnyTagClassName
{
color: #02075C;
}
</style>
background-color css
<style>
a { background-color: #02075C; }
a { background-color: rgb(2,7,92); }
div.DivClassName
{
background-color: #02075C;
}
.BgClassName
{
background-color: #02075C;
}
</style>
border-color css
<style>
span { border-color: #02075C; }
span { border-color: rgb(2,7,92); }
td.TdClassName
{
border-color: #02075C;
}
.TagClassName
{
border-color: #02075C;
}
</style>