Html Css Color HEX #020A2E Midnight Express

📋 copy color: '#020A2E'

red 2 ◦ green 10 ◦ blue 46

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

Shades of Midnight Express #020A2E

Tints of Midnight Express #020A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 79.31%

R = 3.45%
G = 17.24%
B = 79.31%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#020A2E (or 0x020A2E) is known color: Midnight Express. HEX triplet: 02, 0A and 2E. RGB value is (2,10,46). Sum of RGB (Red+Green+Blue) = 2+10+46=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 46 (18.36% from 255 or 79.31% from 58); Max value from RGB is 46 - color contains mainly: blue. Hex color #020A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A2E is #FDF5D1. Grayscale: #0B0B0B. Windows color (decimal): -16643538 or 3017218. OLE color: 3017218.

HSL color Cylindrical-coordinate representation of color #020A2E: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A2E is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 10 46 -
CMYK 0.96 0.78 0 0.82
HSL 229.09º 0.92% 0.09% -
HSV(B) 229.09º 0.96% 0.18% -
XYZ 0.63 0.43 2.63 -
YUV 11.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 2 10 46 0.96 0.78 0 0.82 229.09 0.92 0.09
Hex 2 A 2E 60 4E 0 52 E5 5C 9
Octal 2 12 56 140 116 0 122 345 134 11
Binary 10 1010 101110 1100000 1001110 0 1010010 11100101 1011100 1001

Color Harmonies of #020A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A2E

Black with #020A2E

Text Example


Text Example

White with #020A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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