Html Css Color HEX #020A32 Midnight Express

📋 copy color: '#020A32'

red 2 ◦ green 10 ◦ blue 50

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

Shades of Midnight Express #020A32

Tints of Midnight Express #020A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 80.65%

R = 3.23%
G = 16.13%
B = 80.65%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020A32 (or 0x020A32) is known color: Midnight Express. HEX triplet: 02, 0A and 32. RGB value is (2,10,50). Sum of RGB (Red+Green+Blue) = 2+10+50=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 50 (19.92% from 255 or 80.65% from 62); Max value from RGB is 50 - color contains mainly: blue. Hex color #020A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A32 is #FDF5CD. Grayscale: #0C0C0C. Windows color (decimal): -16643534 or 3279362. OLE color: 3279362.

HSL color Cylindrical-coordinate representation of color #020A32: hue angle of 230º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A32 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 10 50 -
CMYK 0.96 0.80 0 0.80
HSL 230º 0.92% 0.1% -
HSV(B) 230º 0.96% 0.2% -
XYZ 0.71 0.46 3.07 -
YUV 12.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 2 10 50 0.96 0.80 0 0.80 230 0.92 0.1
Hex 2 A 32 60 50 0 50 E6 5C A
Octal 2 12 62 140 120 0 120 346 134 12
Binary 10 1010 110010 1100000 1010000 0 1010000 11100110 1011100 1010

Color Harmonies of #020A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A32

Black with #020A32

Text Example


Text Example

White with #020A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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