#041233

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

Shades of Midnight Express #041233

Tints of Midnight Express #041233

Color information

#041233 (or 0x041233) is unknown color: approx Midnight Express. HEX triplet: 04, 12 and 33. RGB value is (4,18,51). Sum of RGB (Red+Green+Blue) = 4+18+51=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #041233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041233 is #FBEDCC. Grayscale: #111111. Windows color (decimal): -16510413 or 3346948. OLE color: 3346948.

HSL color Cylindrical-coordinate representation of color #041233: hue angle of 222.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041233 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB41851-
CMYK0.920.6500.8
HSL222.13º85.45%10.78%-
HSV(B)222.13º92.16%20%-
XYZ0.860.73.22-
YUV17.58146.86118.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 51 (20.31% from 255) = 69.86%
R=5.48%
G=24.66%
B=69.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal418510.920.6500.8222.1385.4510.78
Hex412335C41050de55b
Octal42263134101012033612513
Binary1001001011001110111001000001010100001101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041233; }

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

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

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

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

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

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

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

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