Html Css Color HEX #011234 Midnight Express

📋 copy color: '#011234'

red 1 ◦ green 18 ◦ blue 52

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

Shades of Midnight Express #011234

Tints of Midnight Express #011234

RGB

 RED value IS 1 (0.78% from 255) = 1.41%

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

 BLUE value IS 52 (20.7% from 255) = 73.24%

R = 1.41%
G = 25.35%
B = 73.24%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#011234 (or 0x011234) is known color: Midnight Express. HEX triplet: 01, 12 and 34. RGB value is (1,18,52). Sum of RGB (Red+Green+Blue) = 1+18+52=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #011234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011234 is #FEEDCB. Grayscale: #101010. Windows color (decimal): -16707020 or 3412481. OLE color: 3412481.

HSL color Cylindrical-coordinate representation of color #011234: hue angle of 220º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011234 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 18 52 -
CMYK 0.98 0.65 0 0.80
HSL 220º 0.96% 0.1% -
HSV(B) 220º 0.98% 0.2% -
XYZ 0.85 0.69 3.34 -
YUV 16.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 1 18 52 0.98 0.65 0 0.80 220 0.96 0.1
Hex 1 12 34 62 41 0 50 DC 60 A
Octal 1 22 64 142 101 0 120 334 140 12
Binary 1 10010 110100 1100010 1000001 0 1010000 11011100 1100000 1010

Color Harmonies of #011234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011234

Black with #011234

Text Example


Text Example

White with #011234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011234; }

 p { color: rgb(1,18,52); }

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

background-color css

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

 a { background-color: rgb(1,18,52); }

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

border-color css

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

 span { border-color: rgb(1,18,52); }

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