#041130

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

Shades of Midnight Express #041130

Tints of Midnight Express #041130

Color information

#041130 (or 0x041130) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 30. RGB value is (4,17,48). Sum of RGB (Red+Green+Blue) = 4+17+48=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #041130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041130 is #FBEECF. Grayscale: #101010. Windows color (decimal): -16510672 or 3150084. OLE color: 3150084.

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

Color convert

RGB41748-
CMYK0.920.6500.81
HSL222.27º84.62%10.2%-
HSV(B)222.27º91.67%18.82%-
XYZ0.780.642.88-
YUV16.65145.69118.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=5.80%
G=24.64%
B=69.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal417480.920.6500.81222.2784.6210.2
Hex411305C41051de55a
Octal42160134101012133612512
Binary1001000111000010111001000001010100011101111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041130; }

 p { color: rgb(4,17,48); }

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

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

 a { background-color: rgb(4,17,48); }

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

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

 span { border-color: rgb(4,17,48); }

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