Html Css Color HEX #020A33 Midnight Express

📋 copy color: '#020A33'

red 2 ◦ green 10 ◦ blue 51

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

Shades of Midnight Express #020A33

Tints of Midnight Express #020A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 80.95%

R = 3.17%
G = 15.87%
B = 80.95%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#020A33 (or 0x020A33) is known color: Midnight Express. HEX triplet: 02, 0A and 33. RGB value is (2,10,51). Sum of RGB (Red+Green+Blue) = 2+10+51=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 51 (20.31% from 255 or 80.95% from 63); Max value from RGB is 51 - color contains mainly: blue. Hex color #020A33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A33 is #FDF5CC. Grayscale: #0C0C0C. Windows color (decimal): -16643533 or 3344898. OLE color: 3344898.

HSL color Cylindrical-coordinate representation of color #020A33: hue angle of 230.2º 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 #020A33 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 10 51 -
CMYK 0.96 0.80 0 0.8
HSL 230.2º 0.92% 0.1% -
HSV(B) 230.2º 0.96% 0.2% -
XYZ 0.73 0.47 3.18 -
YUV 12.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 2 10 51 0.96 0.80 0 0.8 230.2 0.92 0.1
Hex 2 A 33 60 50 0 50 E6 5C A
Octal 2 12 63 140 120 0 120 346 134 12
Binary 10 1010 110011 1100000 1010000 0 1010000 11100110 1011100 1010

Color Harmonies of #020A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A33

Black with #020A33

Text Example


Text Example

White with #020A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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