Html Css Color HEX #020D90 Dark Blue

📋 copy color: '#020D90'

red 2 ◦ green 13 ◦ blue 144

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

Shades of Dark Blue #020D90

Tints of Dark Blue #020D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 90.57%

R = 1.26%
G = 8.18%
B = 90.57%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#020D90 (or 0x020D90) is known color: Dark Blue. HEX triplet: 02, 0D and 90. RGB value is (2,13,144). Sum of RGB (Red+Green+Blue) = 2+13+144=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 144 (56.64% from 255 or 90.57% from 159); Max value from RGB is 144 - color contains mainly: blue. Hex color #020D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D90 is #FDF26F. Grayscale: #181818. Windows color (decimal): -16642672 or 9440514. OLE color: 9440514.

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

Color convert

RGB 2 13 144 -
CMYK 0.99 0.91 0 0.44
HSL 235.35º 0.97% 0.29% -
HSV(B) 235.35º 0.99% 0.56% -
XYZ 5.2 2.31 26.56 -
YUV 24.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 2 13 144 0.99 0.91 0 0.44 235.35 0.97 0.29
Hex 2 D 90 63 5B 0 2C EB 61 1D
Octal 2 15 220 143 133 0 54 353 141 35
Binary 10 1101 10010000 1100011 1011011 0 101100 11101011 1100001 11101

Color Harmonies of #020D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D90

Black with #020D90

Text Example


Text Example

White with #020D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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