Html Css Color HEX #021786 Dark Blue

📋 copy color: '#021786'

red 2 ◦ green 23 ◦ blue 134

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

Shades of Dark Blue #021786

Tints of Dark Blue #021786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

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

R = 1.26%
G = 14.47%
B = 84.28%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021786 (or 0x021786) is known color: Dark Blue. HEX triplet: 02, 17 and 86. RGB value is (2,23,134). Sum of RGB (Red+Green+Blue) = 2+23+134=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 134 (52.73% from 255 or 84.28% from 159); Max value from RGB is 134 - color contains mainly: blue. Hex color #021786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021786 is #FDE879. Grayscale: #1C1C1C. Windows color (decimal): -16640122 or 8787714. OLE color: 8787714.

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

Color convert

RGB 2 23 134 -
CMYK 0.99 0.83 0 0.47
HSL 230.45º 0.97% 0.27% -
HSV(B) 230.45º 0.99% 0.53% -
XYZ 4.63 2.35 22.76 -
YUV 29.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 2 23 134 0.99 0.83 0 0.47 230.45 0.97 0.27
Hex 2 17 86 63 53 0 2F E6 61 1B
Octal 2 27 206 143 123 0 57 346 141 33
Binary 10 10111 10000110 1100011 1010011 0 101111 11100110 1100001 11011

Color Harmonies of #021786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021786

Black with #021786

Text Example


Text Example

White with #021786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021786; }

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

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

background-color css

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

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

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

border-color css

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

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

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