Html Css Color HEX #041A3A Midnight Express

📋 copy color: '#041A3A'

red 4 ◦ green 26 ◦ blue 58

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

Shades of Midnight Express #041A3A

Tints of Midnight Express #041A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.55%

 BLUE value IS 58 (23.05% from 255) = 65.91%

R = 4.55%
G = 29.55%
B = 65.91%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#041A3A (or 0x041A3A) is known color: Midnight Express. HEX triplet: 04, 1A and 3A. RGB value is (4,26,58). Sum of RGB (Red+Green+Blue) = 4+26+58=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #041A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A3A is #FBE5C5. Grayscale: #161616. Windows color (decimal): -16508358 or 3807748. OLE color: 3807748.

HSL color Cylindrical-coordinate representation of color #041A3A: hue angle of 215.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041A3A is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 26 58 -
CMYK 0.93 0.55 0 0.77
HSL 215.56º 0.87% 0.12% -
HSV(B) 215.56º 0.93% 0.23% -
XYZ 1.18 1.07 4.15 -
YUV 23.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 4 26 58 0.93 0.55 0 0.77 215.56 0.87 0.12
Hex 4 1A 3A 5D 37 0 4D D8 57 C
Octal 4 32 72 135 67 0 115 330 127 14
Binary 100 11010 111010 1011101 110111 0 1001101 11011000 1010111 1100

Color Harmonies of #041A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A3A

Black with #041A3A

Text Example


Text Example

White with #041A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041A3A; }

 p { color: rgb(4,26,58); }

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

background-color css

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

 a { background-color: rgb(4,26,58); }

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

border-color css

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

 span { border-color: rgb(4,26,58); }

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