Html Css Color HEX #020D34 Midnight Express

📋 copy color: '#020D34'

red 2 ◦ green 13 ◦ blue 52

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

Shades of Midnight Express #020D34

Tints of Midnight Express #020D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 77.61%

R = 2.99%
G = 19.4%
B = 77.61%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020D34 (or 0x020D34) is known color: Midnight Express. HEX triplet: 02, 0D and 34. RGB value is (2,13,52). Sum of RGB (Red+Green+Blue) = 2+13+52=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #020D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D34 is #FDF2CB. Grayscale: #0D0D0D. Windows color (decimal): -16642764 or 3411202. OLE color: 3411202.

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

Color convert

RGB 2 13 52 -
CMYK 0.96 0.75 0 0.80
HSL 226.8º 0.93% 0.11% -
HSV(B) 226.8º 0.96% 0.2% -
XYZ 0.79 0.55 3.31 -
YUV 14.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 2 13 52 0.96 0.75 0 0.80 226.8 0.93 0.11
Hex 2 D 34 60 4B 0 50 E3 5D B
Octal 2 15 64 140 113 0 120 343 135 13
Binary 10 1101 110100 1100000 1001011 0 1010000 11100011 1011101 1011

Color Harmonies of #020D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D34

Black with #020D34

Text Example


Text Example

White with #020D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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