#02085D

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

Shades of Midnight Blue #02085D

Tints of Midnight Blue #02085D

Color information

#02085D (or 0x02085D) is unknown color: approx Midnight Blue. HEX triplet: 02, 08 and 5D. RGB value is (2,8,93). Sum of RGB (Red+Green+Blue) = 2+8+93=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #02085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02085D is #FDF7A2. Grayscale: #0F0F0F. Windows color (decimal): -16644003 or 6096898. OLE color: 6096898.

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

Color convert

RGB2893-
CMYK0.980.9100.64
HSL236.04º95.79%18.63%-
HSV(B)236.04º97.85%36.47%-
XYZ2.090.9810.43-
YUV15.9171.51118.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 93 (36.72% from 255) = 90.29%
R=1.94%
G=7.77%
B=90.29%

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
Decimal28930.980.9100.64236.0495.7918.63
Hex285D625B040ec6013
Octal210135142133010035414023
Binary1010001011101110001010110110100000011101100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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