Html Css Color HEX #020D36 Midnight Express

📋 copy color: '#020D36'

red 2 ◦ green 13 ◦ blue 54

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

Shades of Midnight Express #020D36

Tints of Midnight Express #020D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.84%

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

R = 2.9%
G = 18.84%
B = 78.26%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020D36 (or 0x020D36) is known color: Midnight Express. HEX triplet: 02, 0D and 36. RGB value is (2,13,54). Sum of RGB (Red+Green+Blue) = 2+13+54=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 54 (21.48% from 255 or 78.26% from 69); Max value from RGB is 54 - color contains mainly: blue. Hex color #020D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D36 is #FDF2C9. Grayscale: #0E0E0E. Windows color (decimal): -16642762 or 3542274. OLE color: 3542274.

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

Color convert

RGB 2 13 54 -
CMYK 0.96 0.76 0 0.79
HSL 227.31º 0.93% 0.11% -
HSV(B) 227.31º 0.96% 0.21% -
XYZ 0.83 0.57 3.56 -
YUV 14.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 2 13 54 0.96 0.76 0 0.79 227.31 0.93 0.11
Hex 2 D 36 60 4C 0 4F E3 5D B
Octal 2 15 66 140 114 0 117 343 135 13
Binary 10 1101 110110 1100000 1001100 0 1001111 11100011 1011101 1011

Color Harmonies of #020D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D36

Black with #020D36

Text Example


Text Example

White with #020D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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