Html Css Color HEX #219AAD Pelorous

📋 copy color: '#219AAD'

red 33 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #219AAD

Tints of Pelorous #219AAD

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 value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#219AAD (or 0x219AAD) is known color: 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

RGB 33 154 173 -
CMYK 0.81 0.11 0 0.32
HSL 188.14º 0.68% 0.4% -
HSV(B) 188.14º 0.81% 0.68% -
XYZ 19.73 26.45 43.6 -
YUV 119.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 33 154 173 0.81 0.11 0 0.32 188.14 0.68 0.4
Hex 21 9A AD 51 B 0 20 BC 44 28
Octal 41 232 255 121 13 0 40 274 104 50
Binary 100001 10011010 10101101 1010001 1011 0 100000 10111100 1000100 101000

Color Harmonies of #219AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219AAD

Black with #219AAD

Text Example


Text Example

White with #219AAD

Text Example


Text Example

HTML Codes & Css Web 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>