#04102C

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

Shades of Midnight Express #04102C

Tints of Midnight Express #04102C

Color information

#04102C (or 0x04102C) is unknown color: approx Midnight Express. HEX triplet: 04, 10 and 2C. RGB value is (4,16,44). Sum of RGB (Red+Green+Blue) = 4+16+44=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #04102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04102C is #FBEFD3. Grayscale: #0F0F0F. Windows color (decimal): -16510932 or 2887684. OLE color: 2887684.

HSL color Cylindrical-coordinate representation of color #04102C: hue angle of 222º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04102C is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB41644-
CMYK0.910.6400.83
HSL222º83.33%9.41%-
HSV(B)222º90.91%17.25%-
XYZ0.690.582.46-
YUV15.6144.02119.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 68.75%
R=6.25%
G=25%
B=68.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal416440.910.6400.8322283.339.41
Hex4102C5B40053de539
Octal42054133100012333612311
Binary1001000010110010110111000000010100111101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04102C; }

 p { color: rgb(4,16,44); }

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

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

 a { background-color: rgb(4,16,44); }

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

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

 span { border-color: rgb(4,16,44); }

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