#02085E

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

Shades of Midnight Blue #02085E

Tints of Midnight Blue #02085E

Color information

#02085E (or 0x02085E) is unknown color: approx Midnight Blue. HEX triplet: 02, 08 and 5E. RGB value is (2,8,94). Sum of RGB (Red+Green+Blue) = 2+8+94=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 94 (37.11% from 255 or 90.38% from 104); Max value from RGB is 94 - color contains mainly: blue. Hex color #02085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02085E is #FDF7A1. Grayscale: #0F0F0F. Windows color (decimal): -16644002 or 6162434. OLE color: 6162434.

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

Color convert

RGB2894-
CMYK0.980.9100.63
HSL236.09º95.83%18.82%-
HSV(B)236.09º97.87%36.86%-
XYZ2.130.9910.67-
YUV16.01172.01118.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 94 (37.11% from 255) = 90.38%
R=1.92%
G=7.69%
B=90.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal28940.980.9100.63236.0995.8318.82
Hex285E625B03Fec6013
Octal21013614213307735414023
Binary101000101111011000101011011011111111101100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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