Html Css Color HEX #020143 Midnight Express

📋 copy color: '#020143'

red 2 ◦ green 1 ◦ blue 67

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

Shades of Midnight Express #020143

Tints of Midnight Express #020143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 95.71%

R = 2.86%
G = 1.43%
B = 95.71%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#020143 (or 0x020143) is known color: Midnight Express. HEX triplet: 02, 01 and 43. RGB value is (2,1,67). Sum of RGB (Red+Green+Blue) = 2+1+67=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 67 (26.56% from 255 or 95.71% from 70); Max value from RGB is 67 - color contains mainly: blue. Hex color #020143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020143 is #FDFEBC. Grayscale: #080808. Windows color (decimal): -16645821 or 4391170. OLE color: 4391170.

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

Color convert

RGB 2 1 67 -
CMYK 0.97 0.99 0 0.74
HSL 240.91º 0.97% 0.13% -
HSV(B) 240.91º 0.99% 0.26% -
XYZ 1.05 0.44 5.34 -
YUV 8.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 2 1 67 0.97 0.99 0 0.74 240.91 0.97 0.13
Hex 2 1 43 61 63 0 4A F1 61 D
Octal 2 1 103 141 143 0 112 361 141 15
Binary 10 1 1000011 1100001 1100011 0 1001010 11110001 1100001 1101

Color Harmonies of #020143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020143

Black with #020143

Text Example


Text Example

White with #020143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020143; }

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

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

background-color css

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

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

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

border-color css

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

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

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