Html Css Color HEX #040D34 Midnight Express

📋 copy color: '#040D34'

red 4 ◦ green 13 ◦ blue 52

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

Shades of Midnight Express #040D34

Tints of Midnight Express #040D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.84%

 BLUE value IS 52 (20.7% from 255) = 75.36%

R = 5.8%
G = 18.84%
B = 75.36%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#040D34 (or 0x040D34) is known color: Midnight Express. HEX triplet: 04, 0D and 34. RGB value is (4,13,52). Sum of RGB (Red+Green+Blue) = 4+13+52=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #040D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D34 is #FBF2CB. Grayscale: #0E0E0E. Windows color (decimal): -16511692 or 3411204. OLE color: 3411204.

HSL color Cylindrical-coordinate representation of color #040D34: hue angle of 228.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040D34 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 13 52 -
CMYK 0.92 0.75 0 0.80
HSL 228.75º 0.86% 0.11% -
HSV(B) 228.75º 0.92% 0.2% -
XYZ 0.81 0.56 3.31 -
YUV 14.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 4 13 52 0.92 0.75 0 0.80 228.75 0.86 0.11
Hex 4 D 34 5C 4B 0 50 E5 56 B
Octal 4 15 64 134 113 0 120 345 126 13
Binary 100 1101 110100 1011100 1001011 0 1010000 11100101 1010110 1011

Color Harmonies of #040D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D34

Black with #040D34

Text Example


Text Example

White with #040D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,13,52); }

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

background-color css

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

 a { background-color: rgb(4,13,52); }

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

border-color css

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

 span { border-color: rgb(4,13,52); }

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