Html Css Color HEX #041135 Midnight Express

📋 copy color: '#041135'

red 4 ◦ green 17 ◦ blue 53

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

Shades of Midnight Express #041135

Tints of Midnight Express #041135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 71.62%

R = 5.41%
G = 22.97%
B = 71.62%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#041135 (or 0x041135) is known color: Midnight Express. HEX triplet: 04, 11 and 35. RGB value is (4,17,53). Sum of RGB (Red+Green+Blue) = 4+17+53=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #041135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041135 is #FBEECA. Grayscale: #111111. Windows color (decimal): -16510667 or 3477764. OLE color: 3477764.

HSL color Cylindrical-coordinate representation of color #041135: hue angle of 224.08º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041135 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 17 53 -
CMYK 0.92 0.68 0 0.79
HSL 224.08º 0.86% 0.11% -
HSV(B) 224.08º 0.92% 0.21% -
XYZ 0.89 0.68 3.45 -
YUV 17.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 4 17 53 0.92 0.68 0 0.79 224.08 0.86 0.11
Hex 4 11 35 5C 44 0 4F E0 56 B
Octal 4 21 65 134 104 0 117 340 126 13
Binary 100 10001 110101 1011100 1000100 0 1001111 11100000 1010110 1011

Color Harmonies of #041135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041135

Black with #041135

Text Example


Text Example

White with #041135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041135; }

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

 H1.HeaderClassName
 {
   color: #041135;
 }
 .AnyTagClassName
 {
   color: #041135;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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