Html Css Color HEX #020A47 Midnight Express

📋 copy color: '#020A47'

red 2 ◦ green 10 ◦ blue 71

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

Shades of Midnight Express #020A47

Tints of Midnight Express #020A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

 BLUE value IS 71 (28.13% from 255) = 85.54%

R = 2.41%
G = 12.05%
B = 85.54%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020A47 (or 0x020A47) is known color: Midnight Express. HEX triplet: 02, 0A and 47. RGB value is (2,10,71). Sum of RGB (Red+Green+Blue) = 2+10+71=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #020A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A47 is #FDF5B8. Grayscale: #0E0E0E. Windows color (decimal): -16643513 or 4655618. OLE color: 4655618.

HSL color Cylindrical-coordinate representation of color #020A47: hue angle of 233.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A47 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 10 71 -
CMYK 0.97 0.86 0 0.72
HSL 233.04º 0.95% 0.14% -
HSV(B) 233.04º 0.97% 0.28% -
XYZ 1.27 0.68 6.03 -
YUV 14.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 2 10 71 0.97 0.86 0 0.72 233.04 0.95 0.14
Hex 2 A 47 61 56 0 48 E9 5F E
Octal 2 12 107 141 126 0 110 351 137 16
Binary 10 1010 1000111 1100001 1010110 0 1001000 11101001 1011111 1110

Color Harmonies of #020A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A47

Black with #020A47

Text Example


Text Example

White with #020A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A47; }

 p { color: rgb(2,10,71); }

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

background-color css

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

 a { background-color: rgb(2,10,71); }

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

border-color css

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

 span { border-color: rgb(2,10,71); }

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