Html Css Color HEX #011535 Midnight Express

📋 copy color: '#011535'

red 1 ◦ green 21 ◦ blue 53

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

Shades of Midnight Express #011535

Tints of Midnight Express #011535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28%

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

R = 1.33%
G = 28%
B = 70.67%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011535 (or 0x011535) is known color: Midnight Express. HEX triplet: 01, 15 and 35. RGB value is (1,21,53). Sum of RGB (Red+Green+Blue) = 1+21+53=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #011535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011535 is #FEEACA. Grayscale: #121212. Windows color (decimal): -16706251 or 3478785. OLE color: 3478785.

HSL color Cylindrical-coordinate representation of color #011535: hue angle of 216.92º 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 #011535 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 21 53 -
CMYK 0.98 0.60 0 0.79
HSL 216.92º 0.96% 0.11% -
HSV(B) 216.92º 0.98% 0.21% -
XYZ 0.92 0.8 3.47 -
YUV 18.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 1 21 53 0.98 0.60 0 0.79 216.92 0.96 0.11
Hex 1 15 35 62 3C 0 4F D9 60 B
Octal 1 25 65 142 74 0 117 331 140 13
Binary 1 10101 110101 1100010 111100 0 1001111 11011001 1100000 1011

Color Harmonies of #011535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011535

Black with #011535

Text Example


Text Example

White with #011535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011535; }

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

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

background-color css

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

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

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

border-color css

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

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

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