Html Css Color HEX #020987 Dark Blue

📋 copy color: '#020987'

red 2 ◦ green 9 ◦ blue 135

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

Shades of Dark Blue #020987

Tints of Dark Blue #020987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 1.37%
G = 6.16%
B = 92.47%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020987 (or 0x020987) is known color: Dark Blue. HEX triplet: 02, 09 and 87. RGB value is (2,9,135). Sum of RGB (Red+Green+Blue) = 2+9+135=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 135 (53.12% from 255 or 92.47% from 146); Max value from RGB is 135 - color contains mainly: blue. Hex color #020987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020987 is #FDF678. Grayscale: #141414. Windows color (decimal): -16643705 or 8849666. OLE color: 8849666.

HSL color Cylindrical-coordinate representation of color #020987: hue angle of 236.84º 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 #020987 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 9 135 -
CMYK 0.99 0.93 0 0.47
HSL 236.84º 0.97% 0.27% -
HSV(B) 236.84º 0.99% 0.53% -
XYZ 4.5 1.96 23.06 -
YUV 21.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 2 9 135 0.99 0.93 0 0.47 236.84 0.97 0.27
Hex 2 9 87 63 5D 0 2F ED 61 1B
Octal 2 11 207 143 135 0 57 355 141 33
Binary 10 1001 10000111 1100011 1011101 0 101111 11101101 1100001 11011

Color Harmonies of #020987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020987

Black with #020987

Text Example


Text Example

White with #020987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020987; }

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

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

background-color css

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

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

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

border-color css

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

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

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