Html Css Color HEX #040D3B Midnight Express

📋 copy color: '#040D3B'

red 4 ◦ green 13 ◦ blue 59

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

Shades of Midnight Express #040D3B

Tints of Midnight Express #040D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 77.63%

R = 5.26%
G = 17.11%
B = 77.63%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#040D3B (or 0x040D3B) is known color: Midnight Express. HEX triplet: 04, 0D and 3B. RGB value is (4,13,59). Sum of RGB (Red+Green+Blue) = 4+13+59=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 59 (23.44% from 255 or 77.63% from 76); Max value from RGB is 59 - color contains mainly: blue. Hex color #040D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D3B is #FBF2C4. Grayscale: #0F0F0F. Windows color (decimal): -16511685 or 3869956. OLE color: 3869956.

HSL color Cylindrical-coordinate representation of color #040D3B: hue angle of 230.18º 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 #040D3B is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 13 59 -
CMYK 0.93 0.78 0 0.77
HSL 230.18º 0.87% 0.12% -
HSV(B) 230.18º 0.93% 0.23% -
XYZ 0.98 0.63 4.21 -
YUV 15.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 4 13 59 0.93 0.78 0 0.77 230.18 0.87 0.12
Hex 4 D 3B 5D 4E 0 4D E6 57 C
Octal 4 15 73 135 116 0 115 346 127 14
Binary 100 1101 111011 1011101 1001110 0 1001101 11100110 1010111 1100

Color Harmonies of #040D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D3B

Black with #040D3B

Text Example


Text Example

White with #040D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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