#04122D

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

Shades of Midnight Express #04122D

Tints of Midnight Express #04122D

Color information

#04122D (or 0x04122D) is unknown color: approx Midnight Express. HEX triplet: 04, 12 and 2D. RGB value is (4,18,45). Sum of RGB (Red+Green+Blue) = 4+18+45=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #04122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04122D is #FBEDD2. Grayscale: #101010. Windows color (decimal): -16510419 or 2953732. OLE color: 2953732.

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

Color convert

RGB41845-
CMYK0.910.600.82
HSL219.51º83.67%9.61%-
HSV(B)219.51º91.11%17.65%-
XYZ0.740.652.57-
YUV16.89143.86118.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=5.97%
G=26.87%
B=67.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal418450.910.600.82219.5183.679.61
Hex4122D5B3C052dc54a
Octal4225513374012233412412
Binary100100101011011011011111100010100101101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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