#02085C

Color #02085C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #02085C

Tints of Midnight Blue #02085C

Color information

#02085C (or 0x02085C) is unknown color: approx Midnight Blue. HEX triplet: 02, 08 and 5C. RGB value is (2,8,92). Sum of RGB (Red+Green+Blue) = 2+8+92=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 92 (36.33% from 255 or 90.20% from 102); Max value from RGB is 92 - color contains mainly: blue. Hex color #02085C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02085C is #FDF7A3. Grayscale: #0F0F0F. Windows color (decimal): -16644004 or 6031362. OLE color: 6031362.

HSL color Cylindrical-coordinate representation of color #02085C: hue angle of 236º 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 #02085C is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB2892-
CMYK0.980.9100.64
HSL236º95.74%18.43%-
HSV(B)236º97.83%36.08%-
XYZ2.040.9610.2-
YUV15.78171.01118.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 92 (36.33% from 255) = 90.20%
R=1.96%
G=7.84%
B=90.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal28920.980.9100.6423695.7418.43
Hex285C625B040ec6012
Octal210134142133010035414022
Binary1010001011100110001010110110100000011101100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02085C; }

 p { color: rgb(2,8,92); }

 H1.HeaderClassName
 {
   color: #02085C;
 }
 .AnyTagClassName
 {
   color: #02085C;
 }
</style>
background-color css

<style>
 a { background-color: #02085C; }

 a { background-color: rgb(2,8,92); }

 div.DivClassName
 {
   background-color: #02085C;
 }
 .BgClassName
 {
   background-color: #02085C;
 }
</style>
border-color css

<style>
 span { border-color: #02085C; }

 span { border-color: rgb(2,8,92); }

 td.TdClassName
 {
   border-color: #02085C;
 }
 .TagClassName
 {
   border-color: #02085C;
 }
</style>