Html Css Color HEX #04122D Midnight Express

📋 copy color: '#04122D'

red 4 ◦ green 18 ◦ blue 45

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

Shades of Midnight Express #04122D

Tints of Midnight Express #04122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 45 (17.97% from 255) = 67.16%

R = 5.97%
G = 26.87%
B = 67.16%

CMYK

 C value IS 0.91

 M value IS 0.6

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04122D (or 0x04122D) is known color: Midnight Express. HEX triplet: 04, 12 and 2D. RGB value is (4,18,45). Sum of RGB (Red+Green+Blue) = 4+18+45=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #04122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04122D is #FBEDD2. Grayscale: #101010. Windows color (decimal): -16510419 or 2953732. OLE color: 2953732.

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

Color convert

RGB 4 18 45 -
CMYK 0.91 0.6 0 0.82
HSL 219.51º 0.84% 0.1% -
HSV(B) 219.51º 0.91% 0.18% -
XYZ 0.74 0.65 2.57 -
YUV 16.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 4 18 45 0.91 0.6 0 0.82 219.51 0.84 0.1
Hex 4 12 2D 5B 3C 0 52 DC 54 A
Octal 4 22 55 133 74 0 122 334 124 12
Binary 100 10010 101101 1011011 111100 0 1010010 11011100 1010100 1010

Color Harmonies of #04122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04122D

Black with #04122D

Text Example


Text Example

White with #04122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,18,45); }

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

background-color css

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

 a { background-color: rgb(4,18,45); }

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

border-color css

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

 span { border-color: rgb(4,18,45); }

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