#02085F

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

Shades of Midnight Blue #02085F

Tints of Midnight Blue #02085F

Color information

#02085F (or 0x02085F) is unknown color: approx Midnight Blue. HEX triplet: 02, 08 and 5F. RGB value is (2,8,95). Sum of RGB (Red+Green+Blue) = 2+8+95=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 95 (37.5% from 255 or 90.48% from 105); Max value from RGB is 95 - color contains mainly: blue. Hex color #02085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02085F is #FDF7A0. Grayscale: #0F0F0F. Windows color (decimal): -16644001 or 6227970. OLE color: 6227970.

HSL color Cylindrical-coordinate representation of color #02085F: hue angle of 236.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02085F is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB2895-
CMYK0.980.9200.63
HSL236.13º95.88%19.02%-
HSV(B)236.13º97.89%37.25%-
XYZ2.181.0110.91-
YUV16.12172.51117.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 95 (37.5% from 255) = 90.48%
R=1.90%
G=7.62%
B=90.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal28950.980.9200.63236.1395.8819.02
Hex285F625C03Fec6013
Octal21013714213407735414023
Binary101000101111111000101011100011111111101100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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