Html Css Color HEX #020D2D Midnight Express

📋 copy color: '#020D2D'

red 2 ◦ green 13 ◦ blue 45

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

Shades of Midnight Express #020D2D

Tints of Midnight Express #020D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 75%

R = 3.33%
G = 21.67%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#020D2D (or 0x020D2D) is known color: Midnight Express. HEX triplet: 02, 0D and 2D. RGB value is (2,13,45). Sum of RGB (Red+Green+Blue) = 2+13+45=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #020D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D2D is #FDF2D2. Grayscale: #0D0D0D. Windows color (decimal): -16642771 or 2952450. OLE color: 2952450.

HSL color Cylindrical-coordinate representation of color #020D2D: hue angle of 224.65º degrees, saturation: 0.91, 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 #020D2D is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 13 45 -
CMYK 0.96 0.71 0 0.82
HSL 224.65º 0.91% 0.09% -
HSV(B) 224.65º 0.96% 0.18% -
XYZ 0.64 0.49 2.54 -
YUV 13.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 2 13 45 0.96 0.71 0 0.82 224.65 0.91 0.09
Hex 2 D 2D 60 47 0 52 E1 5B 9
Octal 2 15 55 140 107 0 122 341 133 11
Binary 10 1101 101101 1100000 1000111 0 1010010 11100001 1011011 1001

Color Harmonies of #020D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D2D

Black with #020D2D

Text Example


Text Example

White with #020D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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