Html Css Color HEX #020D8E Dark Blue

📋 copy color: '#020D8E'

red 2 ◦ green 13 ◦ blue 142

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

Shades of Dark Blue #020D8E

Tints of Dark Blue #020D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 90.45%

R = 1.27%
G = 8.28%
B = 90.45%

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

#020D8E (or 0x020D8E) is known color: Dark Blue. HEX triplet: 02, 0D and 8E. RGB value is (2,13,142). Sum of RGB (Red+Green+Blue) = 2+13+142=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 142 (55.86% from 255 or 90.45% from 157); Max value from RGB is 142 - color contains mainly: blue. Hex color #020D8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D8E is #FDF271. Grayscale: #171717. Windows color (decimal): -16642674 or 9309442. OLE color: 9309442.

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

Color convert

RGB 2 13 142 -
CMYK 0.99 0.91 0 0.44
HSL 235.29º 0.97% 0.28% -
HSV(B) 235.29º 0.99% 0.56% -
XYZ 5.05 2.25 25.76 -
YUV 24.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 2 13 142 0.99 0.91 0 0.44 235.29 0.97 0.28
Hex 2 D 8E 63 5B 0 2C EB 61 1C
Octal 2 15 216 143 133 0 54 353 141 34
Binary 10 1101 10001110 1100011 1011011 0 101100 11101011 1100001 11100

Color Harmonies of #020D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D8E

Black with #020D8E

Text Example


Text Example

White with #020D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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