Html Css Color HEX #041230 Midnight Express

📋 copy color: '#041230'

red 4 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #041230

Tints of Midnight Express #041230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 68.57%

R = 5.71%
G = 25.71%
B = 68.57%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041230 (or 0x041230) is known color: Midnight Express. HEX triplet: 04, 12 and 30. RGB value is (4,18,48). Sum of RGB (Red+Green+Blue) = 4+18+48=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #041230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041230 is #FBEDCF. Grayscale: #111111. Windows color (decimal): -16510416 or 3150340. OLE color: 3150340.

HSL color Cylindrical-coordinate representation of color #041230: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041230 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 18 48 -
CMYK 0.92 0.63 0 0.81
HSL 220.91º 0.85% 0.1% -
HSV(B) 220.91º 0.92% 0.19% -
XYZ 0.8 0.67 2.88 -
YUV 17.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 4 18 48 0.92 0.63 0 0.81 220.91 0.85 0.1
Hex 4 12 30 5C 3F 0 51 DD 55 A
Octal 4 22 60 134 77 0 121 335 125 12
Binary 100 10010 110000 1011100 111111 0 1010001 11011101 1010101 1010

Color Harmonies of #041230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041230

Black with #041230

Text Example


Text Example

White with #041230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041230; }

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

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

background-color css

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

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

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

border-color css

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

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

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