Html Css Color HEX #011433 Midnight Express

📋 copy color: '#011433'

red 1 ◦ green 20 ◦ blue 51

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

Shades of Midnight Express #011433

Tints of Midnight Express #011433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

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

R = 1.39%
G = 27.78%
B = 70.83%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#011433 (or 0x011433) is known color: Midnight Express. HEX triplet: 01, 14 and 33. RGB value is (1,20,51). Sum of RGB (Red+Green+Blue) = 1+20+51=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #011433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011433 is #FEEBCC. Grayscale: #111111. Windows color (decimal): -16706509 or 3347457. OLE color: 3347457.

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

Color convert

RGB 1 20 51 -
CMYK 0.98 0.61 0 0.8
HSL 217.2º 0.96% 0.1% -
HSV(B) 217.2º 0.98% 0.2% -
XYZ 0.86 0.75 3.23 -
YUV 17.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 1 20 51 0.98 0.61 0 0.8 217.2 0.96 0.1
Hex 1 14 33 62 3D 0 50 D9 60 A
Octal 1 24 63 142 75 0 120 331 140 12
Binary 1 10100 110011 1100010 111101 0 1010000 11011001 1100000 1010

Color Harmonies of #011433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011433

Black with #011433

Text Example


Text Example

White with #011433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011433; }

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

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

background-color css

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

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

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

border-color css

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

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

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