#219AAD

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

Shades of Pelorous #219AAD

Tints of Pelorous #219AAD

Color information

#219AAD (or 0x219AAD) is unknown color: approx Pelorous. HEX triplet: 21, 9A and AD. RGB value is (33,154,173). Sum of RGB (Red+Green+Blue) = 33+154+173=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #219AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219AAD is #DE6552. Grayscale: #777777. Windows color (decimal): -14574931 or 11377185. OLE color: 11377185.

HSL color Cylindrical-coordinate representation of color #219AAD: hue angle of 188.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219AAD is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33154173-
CMYK0.810.1100.32
HSL188.14º67.96%40.39%-
HSV(B)188.14º80.92%67.84%-
XYZ19.7326.4543.6-
YUV119.99157.9165.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.17%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=9.17%
G=42.78%
B=48.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331541730.810.1100.32188.1467.9640.39
Hex219AAD51B020bc4428
Octal412322551211304027410450
Binary1000011001101010101101101000110110100000101111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219AAD; }

 p { color: rgb(33,154,173); }

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

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

 a { background-color: rgb(33,154,173); }

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

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

 span { border-color: rgb(33,154,173); }

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