#04132D

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

Shades of Midnight Express #04132D

Tints of Midnight Express #04132D

Color information

#04132D (or 0x04132D) is unknown color: approx Midnight Express. HEX triplet: 04, 13 and 2D. RGB value is (4,19,45). Sum of RGB (Red+Green+Blue) = 4+19+45=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #04132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04132D is #FBECD2. Grayscale: #111111. Windows color (decimal): -16510163 or 2953988. OLE color: 2953988.

HSL color Cylindrical-coordinate representation of color #04132D: hue angle of 218.05º 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 #04132D is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB41945-
CMYK0.910.5800.82
HSL218.05º83.67%9.61%-
HSV(B)218.05º91.11%17.65%-
XYZ0.760.682.57-
YUV17.48143.53118.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 45 (17.97% from 255) = 66.18%
R=5.88%
G=27.94%
B=66.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal419450.910.5800.82218.0583.679.61
Hex4132D5B3A052da54a
Octal4235513372012233212412
Binary100100111011011011011111010010100101101101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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