Html Css Color HEX #020D93 Dark Blue

📋 copy color: '#020D93'

red 2 ◦ green 13 ◦ blue 147

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

Shades of Dark Blue #020D93

Tints of Dark Blue #020D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 90.74%

R = 1.23%
G = 8.02%
B = 90.74%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020D93 (or 0x020D93) is known color: Dark Blue. HEX triplet: 02, 0D and 93. RGB value is (2,13,147). Sum of RGB (Red+Green+Blue) = 2+13+147=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #020D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D93 is #FDF26C. Grayscale: #181818. Windows color (decimal): -16642669 or 9637122. OLE color: 9637122.

HSL color Cylindrical-coordinate representation of color #020D93: hue angle of 235.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020D93 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 13 147 -
CMYK 0.99 0.91 0 0.42
HSL 235.45º 0.97% 0.29% -
HSV(B) 235.45º 0.99% 0.58% -
XYZ 5.44 2.41 27.78 -
YUV 24.99 196.86 111.6 -
System Red Green Blue C M Y K H S L
Decimal 2 13 147 0.99 0.91 0 0.42 235.45 0.97 0.29
Hex 2 D 93 63 5B 0 2A EB 61 1D
Octal 2 15 223 143 133 0 52 353 141 35
Binary 10 1101 10010011 1100011 1011011 0 101010 11101011 1100001 11101

Color Harmonies of #020D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D93

Black with #020D93

Text Example


Text Example

White with #020D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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