Html Css Color HEX #041333 Midnight Express

📋 copy color: '#041333'

red 4 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #041333

Tints of Midnight Express #041333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 68.92%

R = 5.41%
G = 25.68%
B = 68.92%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#041333 (or 0x041333) is known color: Midnight Express. HEX triplet: 04, 13 and 33. RGB value is (4,19,51). Sum of RGB (Red+Green+Blue) = 4+19+51=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #041333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041333 is #FBECCC. Grayscale: #121212. Windows color (decimal): -16510157 or 3347204. OLE color: 3347204.

HSL color Cylindrical-coordinate representation of color #041333: hue angle of 220.85º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041333 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 19 51 -
CMYK 0.92 0.63 0 0.8
HSL 220.85º 0.85% 0.11% -
HSV(B) 220.85º 0.92% 0.2% -
XYZ 0.88 0.73 3.23 -
YUV 18.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 4 19 51 0.92 0.63 0 0.8 220.85 0.85 0.11
Hex 4 13 33 5C 3F 0 50 DD 55 B
Octal 4 23 63 134 77 0 120 335 125 13
Binary 100 10011 110011 1011100 111111 0 1010000 11011101 1010101 1011

Color Harmonies of #041333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041333

Black with #041333

Text Example


Text Example

White with #041333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041333; }

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

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

background-color css

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

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

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

border-color css

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

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

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