Html Css Color HEX #020A38 Midnight Express

📋 copy color: '#020A38'

red 2 ◦ green 10 ◦ blue 56

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

Shades of Midnight Express #020A38

Tints of Midnight Express #020A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 82.35%

R = 2.94%
G = 14.71%
B = 82.35%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020A38 (or 0x020A38) is known color: Midnight Express. HEX triplet: 02, 0A and 38. RGB value is (2,10,56). Sum of RGB (Red+Green+Blue) = 2+10+56=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #020A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A38 is #FDF5C7. Grayscale: #0C0C0C. Windows color (decimal): -16643528 or 3672578. OLE color: 3672578.

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

Color convert

RGB 2 10 56 -
CMYK 0.96 0.82 0 0.78
HSL 231.11º 0.93% 0.11% -
HSV(B) 231.11º 0.96% 0.22% -
XYZ 0.85 0.52 3.8 -
YUV 12.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 2 10 56 0.96 0.82 0 0.78 231.11 0.93 0.11
Hex 2 A 38 60 52 0 4E E7 5D B
Octal 2 12 70 140 122 0 116 347 135 13
Binary 10 1010 111000 1100000 1010010 0 1001110 11100111 1011101 1011

Color Harmonies of #020A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A38

Black with #020A38

Text Example


Text Example

White with #020A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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