Html Css Color HEX #020146 Midnight Express

📋 copy color: '#020146'

red 2 ◦ green 1 ◦ blue 70

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

Shades of Midnight Express #020146

Tints of Midnight Express #020146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 95.89%

R = 2.74%
G = 1.37%
B = 95.89%

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

#020146 (or 0x020146) is known color: Midnight Express. HEX triplet: 02, 01 and 46. RGB value is (2,1,70). Sum of RGB (Red+Green+Blue) = 2+1+70=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 70 (27.73% from 255 or 95.89% from 73); Max value from RGB is 70 - color contains mainly: blue. Hex color #020146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020146 is #FDFEB9. Grayscale: #080808. Windows color (decimal): -16645818 or 4587778. OLE color: 4587778.

HSL color Cylindrical-coordinate representation of color #020146: hue angle of 240.87º 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 #020146 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 1 70 -
CMYK 0.97 0.99 0 0.73
HSL 240.87º 0.97% 0.14% -
HSV(B) 240.87º 0.99% 0.27% -
XYZ 1.14 0.48 5.83 -
YUV 9.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 2 1 70 0.97 0.99 0 0.73 240.87 0.97 0.14
Hex 2 1 46 61 63 0 49 F1 61 E
Octal 2 1 106 141 143 0 111 361 141 16
Binary 10 1 1000110 1100001 1100011 0 1001001 11110001 1100001 1110

Color Harmonies of #020146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020146

Black with #020146

Text Example


Text Example

White with #020146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020146; }

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

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

background-color css

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

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

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

border-color css

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

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

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