Html Css Color HEX #020887 Dark Blue

📋 copy color: '#020887'

red 2 ◦ green 8 ◦ blue 135

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

Shades of Dark Blue #020887

Tints of Dark Blue #020887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 1.38%
G = 5.52%
B = 93.1%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020887 (or 0x020887) is known color: Dark Blue. HEX triplet: 02, 08 and 87. RGB value is (2,8,135). Sum of RGB (Red+Green+Blue) = 2+8+135=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 135 (53.12% from 255 or 93.10% from 145); Max value from RGB is 135 - color contains mainly: blue. Hex color #020887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020887 is #FDF778. Grayscale: #141414. Windows color (decimal): -16643961 or 8849410. OLE color: 8849410.

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

Color convert

RGB 2 8 135 -
CMYK 0.99 0.94 0 0.47
HSL 237.29º 0.97% 0.27% -
HSV(B) 237.29º 0.99% 0.53% -
XYZ 4.49 1.94 23.06 -
YUV 20.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 2 8 135 0.99 0.94 0 0.47 237.29 0.97 0.27
Hex 2 8 87 63 5E 0 2F ED 61 1B
Octal 2 10 207 143 136 0 57 355 141 33
Binary 10 1000 10000111 1100011 1011110 0 101111 11101101 1100001 11011

Color Harmonies of #020887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020887

Black with #020887

Text Example


Text Example

White with #020887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020887; }

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

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

background-color css

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

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

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

border-color css

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

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

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