Html Css Color HEX #04053D Midnight Express

📋 copy color: '#04053D'

red 4 ◦ green 5 ◦ blue 61

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

Shades of Midnight Express #04053D

Tints of Midnight Express #04053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

 BLUE value IS 61 (24.22% from 255) = 87.14%

R = 5.71%
G = 7.14%
B = 87.14%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04053D (or 0x04053D) is known color: Midnight Express. HEX triplet: 04, 05 and 3D. RGB value is (4,5,61). Sum of RGB (Red+Green+Blue) = 4+5+61=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 61 (24.22% from 255 or 87.14% from 70); Max value from RGB is 61 - color contains mainly: blue. Hex color #04053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04053D is #FBFAC2. Grayscale: #0A0A0A. Windows color (decimal): -16513731 or 3998980. OLE color: 3998980.

HSL color Cylindrical-coordinate representation of color #04053D: hue angle of 238.95º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04053D is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 5 61 -
CMYK 0.93 0.92 0 0.76
HSL 238.95º 0.88% 0.13% -
HSV(B) 238.95º 0.93% 0.24% -
XYZ 0.95 0.47 4.46 -
YUV 11.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 4 5 61 0.93 0.92 0 0.76 238.95 0.88 0.13
Hex 4 5 3D 5D 5C 0 4C EF 58 D
Octal 4 5 75 135 134 0 114 357 130 15
Binary 100 101 111101 1011101 1011100 0 1001100 11101111 1011000 1101

Color Harmonies of #04053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04053D

Black with #04053D

Text Example


Text Example

White with #04053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04053D; }

 p { color: rgb(4,5,61); }

 H1.HeaderClassName
 {
   color: #04053D;
 }
 .AnyTagClassName
 {
   color: #04053D;
 }
</style>

background-color css

<style>
 a { background-color: #04053D; }

 a { background-color: rgb(4,5,61); }

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

border-color css

<style>
 span { border-color: #04053D; }

 span { border-color: rgb(4,5,61); }

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