Html Css Color HEX #04133E Midnight Express

📋 copy color: '#04133E'

red 4 ◦ green 19 ◦ blue 62

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

Shades of Midnight Express #04133E

Tints of Midnight Express #04133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 72.94%

R = 4.71%
G = 22.35%
B = 72.94%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04133E (or 0x04133E) is known color: Midnight Express. HEX triplet: 04, 13 and 3E. RGB value is (4,19,62). Sum of RGB (Red+Green+Blue) = 4+19+62=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 62 (24.61% from 255 or 72.94% from 85); Max value from RGB is 62 - color contains mainly: blue. Hex color #04133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04133E is #FBECC1. Grayscale: #131313. Windows color (decimal): -16510146 or 4068100. OLE color: 4068100.

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

Color convert

RGB 4 19 62 -
CMYK 0.94 0.69 0 0.76
HSL 224.48º 0.88% 0.13% -
HSV(B) 224.48º 0.94% 0.24% -
XYZ 1.15 0.84 4.66 -
YUV 19.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 4 19 62 0.94 0.69 0 0.76 224.48 0.88 0.13
Hex 4 13 3E 5E 45 0 4C E0 58 D
Octal 4 23 76 136 105 0 114 340 130 15
Binary 100 10011 111110 1011110 1000101 0 1001100 11100000 1011000 1101

Color Harmonies of #04133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04133E

Black with #04133E

Text Example


Text Example

White with #04133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04133E; }

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

 H1.HeaderClassName
 {
   color: #04133E;
 }
 .AnyTagClassName
 {
   color: #04133E;
 }
</style>

background-color css

<style>
 a { background-color: #04133E; }

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

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

border-color css

<style>
 span { border-color: #04133E; }

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

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