Html Css Color HEX #020D3D Midnight Express

📋 copy color: '#020D3D'

red 2 ◦ green 13 ◦ blue 61

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

Shades of Midnight Express #020D3D

Tints of Midnight Express #020D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 80.26%

R = 2.63%
G = 17.11%
B = 80.26%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#020D3D (or 0x020D3D) is known color: Midnight Express. HEX triplet: 02, 0D and 3D. RGB value is (2,13,61). Sum of RGB (Red+Green+Blue) = 2+13+61=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #020D3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D3D is #FDF2C2. Grayscale: #0E0E0E. Windows color (decimal): -16642755 or 4001026. OLE color: 4001026.

HSL color Cylindrical-coordinate representation of color #020D3D: hue angle of 228.81º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D3D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 13 61 -
CMYK 0.97 0.79 0 0.76
HSL 228.81º 0.94% 0.12% -
HSV(B) 228.81º 0.97% 0.24% -
XYZ 1.01 0.64 4.48 -
YUV 15.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 2 13 61 0.97 0.79 0 0.76 228.81 0.94 0.12
Hex 2 D 3D 61 4F 0 4C E5 5E C
Octal 2 15 75 141 117 0 114 345 136 14
Binary 10 1101 111101 1100001 1001111 0 1001100 11100101 1011110 1100

Color Harmonies of #020D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D3D

Black with #020D3D

Text Example


Text Example

White with #020D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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