Html Css Color HEX #041335 Midnight Express

📋 copy color: '#041335'

red 4 ◦ green 19 ◦ blue 53

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

Shades of Midnight Express #041335

Tints of Midnight Express #041335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

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

R = 5.26%
G = 25%
B = 69.74%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#041335 (or 0x041335) is known color: Midnight Express. HEX triplet: 04, 13 and 35. RGB value is (4,19,53). Sum of RGB (Red+Green+Blue) = 4+19+53=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #041335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041335 is #FBECCA. Grayscale: #121212. Windows color (decimal): -16510155 or 3478276. OLE color: 3478276.

HSL color Cylindrical-coordinate representation of color #041335: hue angle of 221.63º 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 #041335 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 19 53 -
CMYK 0.92 0.64 0 0.79
HSL 221.63º 0.86% 0.11% -
HSV(B) 221.63º 0.92% 0.21% -
XYZ 0.93 0.75 3.46 -
YUV 18.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 4 19 53 0.92 0.64 0 0.79 221.63 0.86 0.11
Hex 4 13 35 5C 40 0 4F DE 56 B
Octal 4 23 65 134 100 0 117 336 126 13
Binary 100 10011 110101 1011100 1000000 0 1001111 11011110 1010110 1011

Color Harmonies of #041335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041335

Black with #041335

Text Example


Text Example

White with #041335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041335; }

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

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

background-color css

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

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

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

border-color css

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

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

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