Html Css Color HEX #011135 Midnight Express

📋 copy color: '#011135'

red 1 ◦ green 17 ◦ blue 53

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

Shades of Midnight Express #011135

Tints of Midnight Express #011135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

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

R = 1.41%
G = 23.94%
B = 74.65%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011135 (or 0x011135) is known color: Midnight Express. HEX triplet: 01, 11 and 35. RGB value is (1,17,53). Sum of RGB (Red+Green+Blue) = 1+17+53=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #011135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011135 is #FEEECA. Grayscale: #101010. Windows color (decimal): -16707275 or 3477761. OLE color: 3477761.

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

Color convert

RGB 1 17 53 -
CMYK 0.98 0.68 0 0.79
HSL 221.54º 0.96% 0.11% -
HSV(B) 221.54º 0.98% 0.21% -
XYZ 0.86 0.66 3.45 -
YUV 16.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 1 17 53 0.98 0.68 0 0.79 221.54 0.96 0.11
Hex 1 11 35 62 44 0 4F DE 60 B
Octal 1 21 65 142 104 0 117 336 140 13
Binary 1 10001 110101 1100010 1000100 0 1001111 11011110 1100000 1011

Color Harmonies of #011135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011135

Black with #011135

Text Example


Text Example

White with #011135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011135; }

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

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

background-color css

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

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

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

border-color css

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

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

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