Html Css Color HEX #011337 Midnight Express

📋 copy color: '#011337'

red 1 ◦ green 19 ◦ blue 55

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

Shades of Midnight Express #011337

Tints of Midnight Express #011337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

 BLUE value IS 55 (21.88% from 255) = 73.33%

R = 1.33%
G = 25.33%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011337 (or 0x011337) is known color: Midnight Express. HEX triplet: 01, 13 and 37. RGB value is (1,19,55). Sum of RGB (Red+Green+Blue) = 1+19+55=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #011337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011337 is #FEECC8. Grayscale: #111111. Windows color (decimal): -16706761 or 3609345. OLE color: 3609345.

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

Color convert

RGB 1 19 55 -
CMYK 0.98 0.65 0 0.78
HSL 220º 0.96% 0.11% -
HSV(B) 220º 0.98% 0.22% -
XYZ 0.93 0.75 3.71 -
YUV 17.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 1 19 55 0.98 0.65 0 0.78 220 0.96 0.11
Hex 1 13 37 62 41 0 4E DC 60 B
Octal 1 23 67 142 101 0 116 334 140 13
Binary 1 10011 110111 1100010 1000001 0 1001110 11011100 1100000 1011

Color Harmonies of #011337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011337

Black with #011337

Text Example


Text Example

White with #011337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011337; }

 p { color: rgb(1,19,55); }

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

background-color css

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

 a { background-color: rgb(1,19,55); }

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

border-color css

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

 span { border-color: rgb(1,19,55); }

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