Html Css Color HEX #020687 Dark Blue

📋 copy color: '#020687'

red 2 ◦ green 6 ◦ blue 135

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

Shades of Dark Blue #020687

Tints of Dark Blue #020687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 1.4%
G = 4.2%
B = 94.41%

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

#020687 (or 0x020687) is known color: Dark Blue. HEX triplet: 02, 06 and 87. RGB value is (2,6,135). Sum of RGB (Red+Green+Blue) = 2+6+135=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #020687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020687 is #FDF978. Grayscale: #121212. Windows color (decimal): -16644473 or 8848898. OLE color: 8848898.

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

Color convert

RGB 2 6 135 -
CMYK 0.99 0.96 0 0.47
HSL 238.2º 0.97% 0.27% -
HSV(B) 238.2º 0.99% 0.53% -
XYZ 4.46 1.89 23.05 -
YUV 19.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 2 6 135 0.99 0.96 0 0.47 238.2 0.97 0.27
Hex 2 6 87 63 60 0 2F EE 61 1B
Octal 2 6 207 143 140 0 57 356 141 33
Binary 10 110 10000111 1100011 1100000 0 101111 11101110 1100001 11011

Color Harmonies of #020687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020687

Black with #020687

Text Example


Text Example

White with #020687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020687; }

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

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

background-color css

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

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

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

border-color css

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

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

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