#02132F

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

Shades of Midnight Express #02132F

Tints of Midnight Express #02132F

Color information

#02132F (or 0x02132F) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 2F. RGB value is (2,19,47). Sum of RGB (Red+Green+Blue) = 2+19+47=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #02132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02132F is #FDECD0. Grayscale: #101010. Windows color (decimal): -16641233 or 3085058. OLE color: 3085058.

HSL color Cylindrical-coordinate representation of color #02132F: hue angle of 217.33º 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 #02132F is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21947-
CMYK0.960.6000.82
HSL217.33º91.84%9.61%-
HSV(B)217.33º95.74%18.43%-
XYZ0.770.682.78-
YUV17.11144.87117.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=2.94%
G=27.94%
B=69.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal219470.960.6000.82217.3391.849.61
Hex2132F603C052d95ca
Octal2235714074012233113412
Binary10100111011111100000111100010100101101100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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