#04132E

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

Shades of Midnight Express #04132E

Tints of Midnight Express #04132E

Color information

#04132E (or 0x04132E) is unknown color: approx Midnight Express. HEX triplet: 04, 13 and 2E. RGB value is (4,19,46). Sum of RGB (Red+Green+Blue) = 4+19+46=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #04132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04132E is #FBECD1. Grayscale: #111111. Windows color (decimal): -16510162 or 3019524. OLE color: 3019524.

HSL color Cylindrical-coordinate representation of color #04132E: hue angle of 218.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04132E is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB41946-
CMYK0.910.5900.82
HSL218.57º84%9.8%-
HSV(B)218.57º91.3%18.04%-
XYZ0.780.692.68-
YUV17.59144.03118.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 46 (18.36% from 255) = 66.67%
R=5.80%
G=27.54%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal419460.910.5900.82218.57849.8
Hex4132E5B3B052db54a
Octal4235613373012233312412
Binary100100111011101011011111011010100101101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,19,46); }

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

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

 a { background-color: rgb(4,19,46); }

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

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

 span { border-color: rgb(4,19,46); }

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