Html Css Color HEX #041338 Midnight Express

📋 copy color: '#041338'

red 4 ◦ green 19 ◦ blue 56

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

Shades of Midnight Express #041338

Tints of Midnight Express #041338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70.89%

R = 5.06%
G = 24.05%
B = 70.89%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#041338 (or 0x041338) is known color: Midnight Express. HEX triplet: 04, 13 and 38. RGB value is (4,19,56). Sum of RGB (Red+Green+Blue) = 4+19+56=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #041338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041338 is #FBECC7. Grayscale: #121212. Windows color (decimal): -16510152 or 3674884. OLE color: 3674884.

HSL color Cylindrical-coordinate representation of color #041338: hue angle of 222.69º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041338 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 19 56 -
CMYK 0.93 0.66 0 0.78
HSL 222.69º 0.87% 0.12% -
HSV(B) 222.69º 0.93% 0.22% -
XYZ 1 0.78 3.84 -
YUV 18.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 4 19 56 0.93 0.66 0 0.78 222.69 0.87 0.12
Hex 4 13 38 5D 42 0 4E DF 57 C
Octal 4 23 70 135 102 0 116 337 127 14
Binary 100 10011 111000 1011101 1000010 0 1001110 11011111 1010111 1100

Color Harmonies of #041338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041338

Black with #041338

Text Example


Text Example

White with #041338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041338; }

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

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

background-color css

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

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

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

border-color css

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

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

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