Html Css Color HEX #020144 Midnight Express

📋 copy color: '#020144'

red 2 ◦ green 1 ◦ blue 68

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

Shades of Midnight Express #020144

Tints of Midnight Express #020144

RGB

 RED value IS 2 (1.17% from 255) = 2.82%

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

 BLUE value IS 68 (26.95% from 255) = 95.77%

R = 2.82%
G = 1.41%
B = 95.77%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020144 (or 0x020144) is known color: Midnight Express. HEX triplet: 02, 01 and 44. RGB value is (2,1,68). Sum of RGB (Red+Green+Blue) = 2+1+68=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 68 (26.95% from 255 or 95.77% from 71); Max value from RGB is 68 - color contains mainly: blue. Hex color #020144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020144 is #FDFEBB. Grayscale: #080808. Windows color (decimal): -16645820 or 4456706. OLE color: 4456706.

HSL color Cylindrical-coordinate representation of color #020144: hue angle of 240.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020144 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 1 68 -
CMYK 0.97 0.99 0 0.73
HSL 240.9º 0.97% 0.14% -
HSV(B) 240.9º 0.99% 0.27% -
XYZ 1.08 0.45 5.5 -
YUV 8.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 2 1 68 0.97 0.99 0 0.73 240.9 0.97 0.14
Hex 2 1 44 61 63 0 49 F1 61 E
Octal 2 1 104 141 143 0 111 361 141 16
Binary 10 1 1000100 1100001 1100011 0 1001001 11110001 1100001 1110

Color Harmonies of #020144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020144

Black with #020144

Text Example


Text Example

White with #020144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020144; }

 p { color: rgb(2,1,68); }

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

background-color css

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

 a { background-color: rgb(2,1,68); }

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

border-color css

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

 span { border-color: rgb(2,1,68); }

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