#02082F

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

Shades of Midnight Express #02082F

Tints of Midnight Express #02082F

Color information

#02082F (or 0x02082F) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 2F. RGB value is (2,8,47). Sum of RGB (Red+Green+Blue) = 2+8+47=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #02082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02082F is #FDF7D0. Grayscale: #0A0A0A. Windows color (decimal): -16644049 or 3082242. OLE color: 3082242.

HSL color Cylindrical-coordinate representation of color #02082F: hue angle of 232º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02082F is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB2847-
CMYK0.960.8300.82
HSL232º91.84%9.61%-
HSV(B)232º95.74%18.43%-
XYZ0.620.392.73-
YUV10.65148.51121.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 47 (18.75% from 255) = 82.46%
R=3.51%
G=14.04%
B=82.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal28470.960.8300.8223291.849.61
Hex282F6053052e85ca
Octal21057140123012235013412
Binary10100010111111000001010011010100101110100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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