#2081AD

Color #2081AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2081AD

Tints of Pelorous #2081AD

Color information

#2081AD (or 0x2081AD) is unknown color: approx Pelorous. HEX triplet: 20, 81 and AD. RGB value is (32,129,173). Sum of RGB (Red+Green+Blue) = 32+129+173=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #2081AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2081AD is #DF7E52. Grayscale: #686868. Windows color (decimal): -14646867 or 11370784. OLE color: 11370784.

HSL color Cylindrical-coordinate representation of color #2081AD: hue angle of 198.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2081AD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32129173-
CMYK0.820.2500.32
HSL198.72º68.78%40.2%-
HSV(B)198.72º81.5%67.84%-
XYZ15.9919.0242.36-
YUV105.01166.3675.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.58%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=9.58%
G=38.62%
B=51.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321291730.820.2500.32198.7268.7840.2
Hex2081AD5219020c74528
Octal402012551223104030710550
Binary10000010000001101011011010010110010100000110001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2081AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2081AD; }

 p { color: rgb(32,129,173); }

 H1.HeaderClassName
 {
   color: #2081AD;
 }
 .AnyTagClassName
 {
   color: #2081AD;
 }
</style>
background-color css

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

 a { background-color: rgb(32,129,173); }

 div.DivClassName
 {
   background-color: #2081AD;
 }
 .BgClassName
 {
   background-color: #2081AD;
 }
</style>
border-color css

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

 span { border-color: rgb(32,129,173); }

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