Html Css Color HEX #020D32 Midnight Express

📋 copy color: '#020D32'

red 2 ◦ green 13 ◦ blue 50

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

Shades of Midnight Express #020D32

Tints of Midnight Express #020D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 76.92%

R = 3.08%
G = 20%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020D32 (or 0x020D32) is known color: Midnight Express. HEX triplet: 02, 0D and 32. RGB value is (2,13,50). Sum of RGB (Red+Green+Blue) = 2+13+50=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 50 (19.92% from 255 or 76.92% from 65); Max value from RGB is 50 - color contains mainly: blue. Hex color #020D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D32 is #FDF2CD. Grayscale: #0D0D0D. Windows color (decimal): -16642766 or 3280130. OLE color: 3280130.

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

Color convert

RGB 2 13 50 -
CMYK 0.96 0.74 0 0.80
HSL 226.25º 0.92% 0.1% -
HSV(B) 226.25º 0.96% 0.2% -
XYZ 0.74 0.53 3.08 -
YUV 13.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 2 13 50 0.96 0.74 0 0.80 226.25 0.92 0.1
Hex 2 D 32 60 4A 0 50 E2 5C A
Octal 2 15 62 140 112 0 120 342 134 12
Binary 10 1101 110010 1100000 1001010 0 1010000 11100010 1011100 1010

Color Harmonies of #020D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D32

Black with #020D32

Text Example


Text Example

White with #020D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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