Html Css Color HEX #04112F Midnight Express

📋 copy color: '#04112F'

red 4 ◦ green 17 ◦ blue 47

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

Shades of Midnight Express #04112F

Tints of Midnight Express #04112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 47 (18.75% from 255) = 69.12%

R = 5.88%
G = 25%
B = 69.12%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04112F (or 0x04112F) is known color: Midnight Express. HEX triplet: 04, 11 and 2F. RGB value is (4,17,47). Sum of RGB (Red+Green+Blue) = 4+17+47=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #04112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04112F is #FBEED0. Grayscale: #101010. Windows color (decimal): -16510673 or 3084548. OLE color: 3084548.

HSL color Cylindrical-coordinate representation of color #04112F: hue angle of 221.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04112F is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 17 47 -
CMYK 0.91 0.64 0 0.82
HSL 221.86º 0.84% 0.1% -
HSV(B) 221.86º 0.91% 0.18% -
XYZ 0.76 0.63 2.77 -
YUV 16.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 4 17 47 0.91 0.64 0 0.82 221.86 0.84 0.1
Hex 4 11 2F 5B 40 0 52 DE 54 A
Octal 4 21 57 133 100 0 122 336 124 12
Binary 100 10001 101111 1011011 1000000 0 1010010 11011110 1010100 1010

Color Harmonies of #04112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04112F

Black with #04112F

Text Example


Text Example

White with #04112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04112F; }

 p { color: rgb(4,17,47); }

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

background-color css

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

 a { background-color: rgb(4,17,47); }

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

border-color css

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

 span { border-color: rgb(4,17,47); }

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