#02085B

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

Shades of Midnight Blue #02085B

Tints of Midnight Blue #02085B

Color information

#02085B (or 0x02085B) is unknown color: approx Midnight Blue. HEX triplet: 02, 08 and 5B. RGB value is (2,8,91). Sum of RGB (Red+Green+Blue) = 2+8+91=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #02085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02085B is #FDF7A4. Grayscale: #0F0F0F. Windows color (decimal): -16644005 or 5965826. OLE color: 5965826.

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

Color convert

RGB2891-
CMYK0.980.9100.64
HSL235.96º95.7%18.24%-
HSV(B)235.96º97.8%35.69%-
XYZ20.949.97-
YUV15.67170.51118.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 91 (35.94% from 255) = 90.10%
R=1.98%
G=7.92%
B=90.10%

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
Decimal28910.980.9100.64235.9695.718.24
Hex285B625B040ec6012
Octal210133142133010035414022
Binary1010001011011110001010110110100000011101100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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