Html Css Color HEX #021686 Dark Blue

📋 copy color: '#021686'

red 2 ◦ green 22 ◦ blue 134

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

Shades of Dark Blue #021686

Tints of Dark Blue #021686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

 BLUE value IS 134 (52.73% from 255) = 84.81%

R = 1.27%
G = 13.92%
B = 84.81%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021686 (or 0x021686) is known color: Dark Blue. HEX triplet: 02, 16 and 86. RGB value is (2,22,134). Sum of RGB (Red+Green+Blue) = 2+22+134=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #021686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021686 is #FDE979. Grayscale: #1C1C1C. Windows color (decimal): -16640378 or 8787458. OLE color: 8787458.

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

Color convert

RGB 2 22 134 -
CMYK 0.99 0.84 0 0.47
HSL 230.91º 0.97% 0.27% -
HSV(B) 230.91º 0.99% 0.53% -
XYZ 4.62 2.31 22.76 -
YUV 28.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 2 22 134 0.99 0.84 0 0.47 230.91 0.97 0.27
Hex 2 16 86 63 54 0 2F E7 61 1B
Octal 2 26 206 143 124 0 57 347 141 33
Binary 10 10110 10000110 1100011 1010100 0 101111 11100111 1100001 11011

Color Harmonies of #021686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021686

Black with #021686

Text Example


Text Example

White with #021686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021686; }

 p { color: rgb(2,22,134); }

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

background-color css

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

 a { background-color: rgb(2,22,134); }

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

border-color css

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

 span { border-color: rgb(2,22,134); }

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