Html Css Color HEX #041130 Midnight Express

📋 copy color: '#041130'

red 4 ◦ green 17 ◦ blue 48

#041130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #041130

Tints of Midnight Express #041130

RGB

 RED value IS 4 (1.95% from 255) = 5.8%

 GREEN value IS 17 (7.03% from 255) = 24.64%

 BLUE value IS 48 (19.14% from 255) = 69.57%

R = 5.8%
G = 24.64%
B = 69.57%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041130 (or 0x041130) is known color: 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

RGB 4 17 48 -
CMYK 0.92 0.65 0 0.81
HSL 222.27º 0.85% 0.1% -
HSV(B) 222.27º 0.92% 0.19% -
XYZ 0.78 0.64 2.88 -
YUV 16.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 4 17 48 0.92 0.65 0 0.81 222.27 0.85 0.1
Hex 4 11 30 5C 41 0 51 DE 55 A
Octal 4 21 60 134 101 0 121 336 125 12
Binary 100 10001 110000 1011100 1000001 0 1010001 11011110 1010101 1010

Color Harmonies of #041130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041130

Black with #041130

Text Example


Text Example

White with #041130

Text Example


Text Example

HTML Codes & Css Web 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>