Html Css Color HEX #020D3F Midnight Express

📋 copy color: '#020D3F'

red 2 ◦ green 13 ◦ blue 63

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

Shades of Midnight Express #020D3F

Tints of Midnight Express #020D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 80.77%

R = 2.56%
G = 16.67%
B = 80.77%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#020D3F (or 0x020D3F) is known color: Midnight Express. HEX triplet: 02, 0D and 3F. RGB value is (2,13,63). Sum of RGB (Red+Green+Blue) = 2+13+63=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #020D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D3F is #FDF2C0. Grayscale: #0F0F0F. Windows color (decimal): -16642753 or 4132098. OLE color: 4132098.

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

Color convert

RGB 2 13 63 -
CMYK 0.97 0.79 0 0.75
HSL 229.18º 0.94% 0.13% -
HSV(B) 229.18º 0.97% 0.25% -
XYZ 1.07 0.66 4.77 -
YUV 15.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 2 13 63 0.97 0.79 0 0.75 229.18 0.94 0.13
Hex 2 D 3F 61 4F 0 4B E5 5E D
Octal 2 15 77 141 117 0 113 345 136 15
Binary 10 1101 111111 1100001 1001111 0 1001011 11100101 1011110 1101

Color Harmonies of #020D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D3F

Black with #020D3F

Text Example


Text Example

White with #020D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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