Html Css Color HEX #04132F Midnight Express

📋 copy color: '#04132F'

red 4 ◦ green 19 ◦ blue 47

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

Shades of Midnight Express #04132F

Tints of Midnight Express #04132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.14%

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

R = 5.71%
G = 27.14%
B = 67.14%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04132F (or 0x04132F) is known color: Midnight Express. HEX triplet: 04, 13 and 2F. RGB value is (4,19,47). Sum of RGB (Red+Green+Blue) = 4+19+47=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #04132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04132F is #FBECD0. Grayscale: #111111. Windows color (decimal): -16510161 or 3085060. OLE color: 3085060.

HSL color Cylindrical-coordinate representation of color #04132F: hue angle of 219.07º 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 #04132F is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 19 47 -
CMYK 0.91 0.60 0 0.82
HSL 219.07º 0.84% 0.1% -
HSV(B) 219.07º 0.91% 0.18% -
XYZ 0.8 0.7 2.78 -
YUV 17.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 4 19 47 0.91 0.60 0 0.82 219.07 0.84 0.1
Hex 4 13 2F 5B 3C 0 52 DB 54 A
Octal 4 23 57 133 74 0 122 333 124 12
Binary 100 10011 101111 1011011 111100 0 1010010 11011011 1010100 1010

Color Harmonies of #04132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04132F

Black with #04132F

Text Example


Text Example

White with #04132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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