Html Css Color HEX #011435 Midnight Express

📋 copy color: '#011435'

red 1 ◦ green 20 ◦ blue 53

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

Shades of Midnight Express #011435

Tints of Midnight Express #011435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

 BLUE value IS 53 (21.09% from 255) = 71.62%

R = 1.35%
G = 27.03%
B = 71.62%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011435 (or 0x011435) is known color: Midnight Express. HEX triplet: 01, 14 and 35. RGB value is (1,20,53). Sum of RGB (Red+Green+Blue) = 1+20+53=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #011435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011435 is #FEEBCA. Grayscale: #111111. Windows color (decimal): -16706507 or 3478529. OLE color: 3478529.

HSL color Cylindrical-coordinate representation of color #011435: hue angle of 218.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011435 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 20 53 -
CMYK 0.98 0.62 0 0.79
HSL 218.08º 0.96% 0.11% -
HSV(B) 218.08º 0.98% 0.21% -
XYZ 0.91 0.76 3.47 -
YUV 18.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 1 20 53 0.98 0.62 0 0.79 218.08 0.96 0.11
Hex 1 14 35 62 3E 0 4F DA 60 B
Octal 1 24 65 142 76 0 117 332 140 13
Binary 1 10100 110101 1100010 111110 0 1001111 11011010 1100000 1011

Color Harmonies of #011435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011435

Black with #011435

Text Example


Text Example

White with #011435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011435; }

 p { color: rgb(1,20,53); }

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

background-color css

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

 a { background-color: rgb(1,20,53); }

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

border-color css

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

 span { border-color: rgb(1,20,53); }

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