Html Css Color HEX #020D8B Dark Blue

📋 copy color: '#020D8B'

red 2 ◦ green 13 ◦ blue 139

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

Shades of Dark Blue #020D8B

Tints of Dark Blue #020D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 90.26%

R = 1.3%
G = 8.44%
B = 90.26%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#020D8B (or 0x020D8B) is known color: Dark Blue. HEX triplet: 02, 0D and 8B. RGB value is (2,13,139). Sum of RGB (Red+Green+Blue) = 2+13+139=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #020D8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D8B is #FDF274. Grayscale: #171717. Windows color (decimal): -16642677 or 9112834. OLE color: 9112834.

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

Color convert

RGB 2 13 139 -
CMYK 0.99 0.91 0 0.45
HSL 235.18º 0.97% 0.28% -
HSV(B) 235.18º 0.99% 0.55% -
XYZ 4.83 2.16 24.59 -
YUV 24.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 2 13 139 0.99 0.91 0 0.45 235.18 0.97 0.28
Hex 2 D 8B 63 5B 0 2D EB 61 1C
Octal 2 15 213 143 133 0 55 353 141 34
Binary 10 1101 10001011 1100011 1011011 0 101101 11101011 1100001 11100

Color Harmonies of #020D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D8B

Black with #020D8B

Text Example


Text Example

White with #020D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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