Html Css Color HEX #041245 Midnight Express

📋 copy color: '#041245'

red 4 ◦ green 18 ◦ blue 69

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

Shades of Midnight Express #041245

Tints of Midnight Express #041245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 69 (27.34% from 255) = 75.82%

R = 4.4%
G = 19.78%
B = 75.82%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041245 (or 0x041245) is known color: Midnight Express. HEX triplet: 04, 12 and 45. RGB value is (4,18,69). Sum of RGB (Red+Green+Blue) = 4+18+69=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 69 (27.34% from 255 or 75.82% from 91); Max value from RGB is 69 - color contains mainly: blue. Hex color #041245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041245 is #FBEDBA. Grayscale: #131313. Windows color (decimal): -16510395 or 4526596. OLE color: 4526596.

HSL color Cylindrical-coordinate representation of color #041245: hue angle of 227.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041245 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 18 69 -
CMYK 0.94 0.74 0 0.73
HSL 227.08º 0.89% 0.14% -
HSV(B) 227.08º 0.94% 0.27% -
XYZ 1.34 0.89 5.73 -
YUV 19.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 4 18 69 0.94 0.74 0 0.73 227.08 0.89 0.14
Hex 4 12 45 5E 4A 0 49 E3 59 E
Octal 4 22 105 136 112 0 111 343 131 16
Binary 100 10010 1000101 1011110 1001010 0 1001001 11100011 1011001 1110

Color Harmonies of #041245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041245

Black with #041245

Text Example


Text Example

White with #041245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041245; }

 p { color: rgb(4,18,69); }

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

background-color css

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

 a { background-color: rgb(4,18,69); }

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

border-color css

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

 span { border-color: rgb(4,18,69); }

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