#04103C

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

Shades of Midnight Express #04103C

Tints of Midnight Express #04103C

Color information

#04103C (or 0x04103C) is unknown color: approx Midnight Express. HEX triplet: 04, 10 and 3C. RGB value is (4,16,60). Sum of RGB (Red+Green+Blue) = 4+16+60=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #04103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04103C is #FBEFC3. Grayscale: #111111. Windows color (decimal): -16510916 or 3936260. OLE color: 3936260.

HSL color Cylindrical-coordinate representation of color #04103C: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04103C is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41660-
CMYK0.930.7300.76
HSL227.14º87.5%12.55%-
HSV(B)227.14º93.33%23.53%-
XYZ1.050.724.36-
YUV17.43152.02118.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 75%
R=5%
G=20%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal416600.930.7300.76227.1487.512.55
Hex4103C5D4904Ce358d
Octal42074135111011434313015
Binary1001000011110010111011001001010011001110001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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