Html Css Color HEX #041233 Midnight Express

📋 copy color: '#041233'

red 4 ◦ green 18 ◦ blue 51

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

Shades of Midnight Express #041233

Tints of Midnight Express #041233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 69.86%

R = 5.48%
G = 24.66%
B = 69.86%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#041233 (or 0x041233) is known color: Midnight Express. HEX triplet: 04, 12 and 33. RGB value is (4,18,51). Sum of RGB (Red+Green+Blue) = 4+18+51=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #041233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041233 is #FBEDCC. Grayscale: #111111. Windows color (decimal): -16510413 or 3346948. OLE color: 3346948.

HSL color Cylindrical-coordinate representation of color #041233: hue angle of 222.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041233 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 18 51 -
CMYK 0.92 0.65 0 0.8
HSL 222.13º 0.85% 0.11% -
HSV(B) 222.13º 0.92% 0.2% -
XYZ 0.86 0.7 3.22 -
YUV 17.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 4 18 51 0.92 0.65 0 0.8 222.13 0.85 0.11
Hex 4 12 33 5C 41 0 50 DE 55 B
Octal 4 22 63 134 101 0 120 336 125 13
Binary 100 10010 110011 1011100 1000001 0 1010000 11011110 1010101 1011

Color Harmonies of #041233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041233

Black with #041233

Text Example


Text Example

White with #041233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041233; }

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

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

background-color css

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

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

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

border-color css

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

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

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