Html Css Color HEX #020E8A Dark Blue

📋 copy color: '#020E8A'

red 2 ◦ green 14 ◦ blue 138

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

Shades of Dark Blue #020E8A

Tints of Dark Blue #020E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 89.61%

R = 1.3%
G = 9.09%
B = 89.61%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020E8A (or 0x020E8A) is known color: Dark Blue. HEX triplet: 02, 0E and 8A. RGB value is (2,14,138). Sum of RGB (Red+Green+Blue) = 2+14+138=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #020E8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E8A is #FDF175. Grayscale: #181818. Windows color (decimal): -16642422 or 9047554. OLE color: 9047554.

HSL color Cylindrical-coordinate representation of color #020E8A: hue angle of 234.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E8A is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 14 138 -
CMYK 0.99 0.90 0 0.46
HSL 234.71º 0.97% 0.27% -
HSV(B) 234.71º 0.99% 0.54% -
XYZ 4.77 2.16 24.21 -
YUV 24.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 2 14 138 0.99 0.90 0 0.46 234.71 0.97 0.27
Hex 2 E 8A 63 5A 0 2E EB 61 1B
Octal 2 16 212 143 132 0 56 353 141 33
Binary 10 1110 10001010 1100011 1011010 0 101110 11101011 1100001 11011

Color Harmonies of #020E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E8A

Black with #020E8A

Text Example


Text Example

White with #020E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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