Html Css Color HEX #020E90 Dark Blue

📋 copy color: '#020E90'

red 2 ◦ green 14 ◦ blue 144

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

Shades of Dark Blue #020E90

Tints of Dark Blue #020E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

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

R = 1.25%
G = 8.75%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#020E90 (or 0x020E90) is known color: Dark Blue. HEX triplet: 02, 0E and 90. RGB value is (2,14,144). Sum of RGB (Red+Green+Blue) = 2+14+144=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 144 (56.64% from 255 or 90% from 160); Max value from RGB is 144 - color contains mainly: blue. Hex color #020E90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E90 is #FDF16F. Grayscale: #181818. Windows color (decimal): -16642416 or 9440770. OLE color: 9440770.

HSL color Cylindrical-coordinate representation of color #020E90: hue angle of 234.93º 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 #020E90 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 14 144 -
CMYK 0.99 0.90 0 0.44
HSL 234.93º 0.97% 0.29% -
HSV(B) 234.93º 0.99% 0.56% -
XYZ 5.22 2.34 26.56 -
YUV 25.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 2 14 144 0.99 0.90 0 0.44 234.93 0.97 0.29
Hex 2 E 90 63 5A 0 2C EB 61 1D
Octal 2 16 220 143 132 0 54 353 141 35
Binary 10 1110 10010000 1100011 1011010 0 101100 11101011 1100001 11101

Color Harmonies of #020E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E90

Black with #020E90

Text Example


Text Example

White with #020E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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