Html Css Color HEX #020A36 Midnight Express

📋 copy color: '#020A36'

red 2 ◦ green 10 ◦ blue 54

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

Shades of Midnight Express #020A36

Tints of Midnight Express #020A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 81.82%

R = 3.03%
G = 15.15%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020A36 (or 0x020A36) is known color: Midnight Express. HEX triplet: 02, 0A and 36. RGB value is (2,10,54). Sum of RGB (Red+Green+Blue) = 2+10+54=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 54 (21.48% from 255 or 81.82% from 66); Max value from RGB is 54 - color contains mainly: blue. Hex color #020A36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A36 is #FDF5C9. Grayscale: #0C0C0C. Windows color (decimal): -16643530 or 3541506. OLE color: 3541506.

HSL color Cylindrical-coordinate representation of color #020A36: hue angle of 230.77º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A36 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 10 54 -
CMYK 0.96 0.81 0 0.79
HSL 230.77º 0.93% 0.11% -
HSV(B) 230.77º 0.96% 0.21% -
XYZ 0.8 0.5 3.54 -
YUV 12.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 2 10 54 0.96 0.81 0 0.79 230.77 0.93 0.11
Hex 2 A 36 60 51 0 4F E7 5D B
Octal 2 12 66 140 121 0 117 347 135 13
Binary 10 1010 110110 1100000 1010001 0 1001111 11100111 1011101 1011

Color Harmonies of #020A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A36

Black with #020A36

Text Example


Text Example

White with #020A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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