Html Css Color HEX #040C47 Midnight Express

📋 copy color: '#040C47'

red 4 ◦ green 12 ◦ blue 71

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

Shades of Midnight Express #040C47

Tints of Midnight Express #040C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.79%

 BLUE value IS 71 (28.13% from 255) = 81.61%

R = 4.6%
G = 13.79%
B = 81.61%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#040C47 (or 0x040C47) is known color: Midnight Express. HEX triplet: 04, 0C and 47. RGB value is (4,12,71). Sum of RGB (Red+Green+Blue) = 4+12+71=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #040C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C47 is #FBF3B8. Grayscale: #101010. Windows color (decimal): -16511929 or 4656132. OLE color: 4656132.

HSL color Cylindrical-coordinate representation of color #040C47: hue angle of 232.84º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040C47 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 12 71 -
CMYK 0.94 0.83 0 0.72
HSL 232.84º 0.89% 0.15% -
HSV(B) 232.84º 0.94% 0.28% -
XYZ 1.32 0.74 6.04 -
YUV 16.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 4 12 71 0.94 0.83 0 0.72 232.84 0.89 0.15
Hex 4 C 47 5E 53 0 48 E9 59 F
Octal 4 14 107 136 123 0 110 351 131 17
Binary 100 1100 1000111 1011110 1010011 0 1001000 11101001 1011001 1111

Color Harmonies of #040C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C47

Black with #040C47

Text Example


Text Example

White with #040C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,12,71); }

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

background-color css

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

 a { background-color: rgb(4,12,71); }

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

border-color css

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

 span { border-color: rgb(4,12,71); }

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