Html Css Color HEX #011635 Midnight Express

📋 copy color: '#011635'

red 1 ◦ green 22 ◦ blue 53

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

Shades of Midnight Express #011635

Tints of Midnight Express #011635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

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

R = 1.32%
G = 28.95%
B = 69.74%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011635 (or 0x011635) is known color: Midnight Express. HEX triplet: 01, 16 and 35. RGB value is (1,22,53). Sum of RGB (Red+Green+Blue) = 1+22+53=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #011635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011635 is #FEE9CA. Grayscale: #131313. Windows color (decimal): -16705995 or 3479041. OLE color: 3479041.

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

Color convert

RGB 1 22 53 -
CMYK 0.98 0.58 0 0.79
HSL 215.77º 0.96% 0.11% -
HSV(B) 215.77º 0.98% 0.21% -
XYZ 0.94 0.84 3.48 -
YUV 19.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 1 22 53 0.98 0.58 0 0.79 215.77 0.96 0.11
Hex 1 16 35 62 3A 0 4F D8 60 B
Octal 1 26 65 142 72 0 117 330 140 13
Binary 1 10110 110101 1100010 111010 0 1001111 11011000 1100000 1011

Color Harmonies of #011635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011635

Black with #011635

Text Example


Text Example

White with #011635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011635; }

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

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

background-color css

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

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

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

border-color css

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

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

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