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