Html Css Color HEX #011333 Midnight Express

📋 copy color: '#011333'

red 1 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #011333

Tints of Midnight Express #011333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 71.83%

R = 1.41%
G = 26.76%
B = 71.83%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#011333 (or 0x011333) is known color: Midnight Express. HEX triplet: 01, 13 and 33. RGB value is (1,19,51). Sum of RGB (Red+Green+Blue) = 1+19+51=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #011333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011333 is #FEECCC. Grayscale: #111111. Windows color (decimal): -16706765 or 3347201. OLE color: 3347201.

HSL color Cylindrical-coordinate representation of color #011333: hue angle of 218.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011333 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 19 51 -
CMYK 0.98 0.63 0 0.8
HSL 218.4º 0.96% 0.1% -
HSV(B) 218.4º 0.98% 0.2% -
XYZ 0.84 0.71 3.22 -
YUV 17.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 1 19 51 0.98 0.63 0 0.8 218.4 0.96 0.1
Hex 1 13 33 62 3F 0 50 DA 60 A
Octal 1 23 63 142 77 0 120 332 140 12
Binary 1 10011 110011 1100010 111111 0 1010000 11011010 1100000 1010

Color Harmonies of #011333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011333

Black with #011333

Text Example


Text Example

White with #011333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011333; }

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

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

background-color css

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

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

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

border-color css

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

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

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