Html Css Color HEX #040B49 Midnight Express

📋 copy color: '#040B49'

red 4 ◦ green 11 ◦ blue 73

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

Shades of Midnight Express #040B49

Tints of Midnight Express #040B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.5%

 BLUE value IS 73 (28.91% from 255) = 82.95%

R = 4.55%
G = 12.5%
B = 82.95%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040B49 (or 0x040B49) is known color: Midnight Express. HEX triplet: 04, 0B and 49. RGB value is (4,11,73). Sum of RGB (Red+Green+Blue) = 4+11+73=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 73 (28.91% from 255 or 82.95% from 88); Max value from RGB is 73 - color contains mainly: blue. Hex color #040B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B49 is #FBF4B6. Grayscale: #0F0F0F. Windows color (decimal): -16512183 or 4786948. OLE color: 4786948.

HSL color Cylindrical-coordinate representation of color #040B49: hue angle of 233.91º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B49 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 11 73 -
CMYK 0.95 0.85 0 0.71
HSL 233.91º 0.9% 0.15% -
HSV(B) 233.91º 0.95% 0.29% -
XYZ 1.37 0.75 6.38 -
YUV 15.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 4 11 73 0.95 0.85 0 0.71 233.91 0.9 0.15
Hex 4 B 49 5F 55 0 47 EA 5A F
Octal 4 13 111 137 125 0 107 352 132 17
Binary 100 1011 1001001 1011111 1010101 0 1000111 11101010 1011010 1111

Color Harmonies of #040B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B49

Black with #040B49

Text Example


Text Example

White with #040B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040B49; }

 p { color: rgb(4,11,73); }

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

background-color css

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

 a { background-color: rgb(4,11,73); }

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

border-color css

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

 span { border-color: rgb(4,11,73); }

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