Html Css Color HEX #020587 Dark Blue

📋 copy color: '#020587'

red 2 ◦ green 5 ◦ blue 135

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

Shades of Dark Blue #020587

Tints of Dark Blue #020587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 135 (53.13% from 255) = 95.07%

R = 1.41%
G = 3.52%
B = 95.07%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020587 (or 0x020587) is known color: Dark Blue. HEX triplet: 02, 05 and 87. RGB value is (2,5,135). Sum of RGB (Red+Green+Blue) = 2+5+135=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 135 (53.12% from 255 or 95.07% from 142); Max value from RGB is 135 - color contains mainly: blue. Hex color #020587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020587 is #FDFA78. Grayscale: #121212. Windows color (decimal): -16644729 or 8848642. OLE color: 8848642.

HSL color Cylindrical-coordinate representation of color #020587: hue angle of 238.65º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020587 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 5 135 -
CMYK 0.99 0.96 0 0.47
HSL 238.65º 0.97% 0.27% -
HSV(B) 238.65º 0.99% 0.53% -
XYZ 4.45 1.87 23.05 -
YUV 18.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 2 5 135 0.99 0.96 0 0.47 238.65 0.97 0.27
Hex 2 5 87 63 60 0 2F EF 61 1B
Octal 2 5 207 143 140 0 57 357 141 33
Binary 10 101 10000111 1100011 1100000 0 101111 11101111 1100001 11011

Color Harmonies of #020587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020587

Black with #020587

Text Example


Text Example

White with #020587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020587; }

 p { color: rgb(2,5,135); }

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

background-color css

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

 a { background-color: rgb(2,5,135); }

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

border-color css

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

 span { border-color: rgb(2,5,135); }

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