Html Css Color HEX #219FAB Pelorous

📋 copy color: '#219FAB'

red 33 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #219FAB

Tints of Pelorous #219FAB

RGB

 RED value IS 33 (13.28% from 255) = 9.09%

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 9.09%
G = 43.8%
B = 47.11%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#219FAB (or 0x219FAB) is known color: Pelorous. HEX triplet: 21, 9F and AB. RGB value is (33,159,171). Sum of RGB (Red+Green+Blue) = 33+159+171=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #219FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219FAB is #DE6054. Grayscale: #7A7A7A. Windows color (decimal): -14573653 or 11247393. OLE color: 11247393.

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

Color convert

RGB 33 159 171 -
CMYK 0.81 0.07 0 0.33
HSL 185.22º 0.68% 0.4% -
HSV(B) 185.22º 0.81% 0.67% -
XYZ 20.38 28.06 42.87 -
YUV 122.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 33 159 171 0.81 0.07 0 0.33 185.22 0.68 0.4
Hex 21 9F AB 51 7 0 21 B9 44 28
Octal 41 237 253 121 7 0 41 271 104 50
Binary 100001 10011111 10101011 1010001 111 0 100001 10111001 1000100 101000

Color Harmonies of #219FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FAB

Black with #219FAB

Text Example


Text Example

White with #219FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,159,171); }

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

background-color css

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

 a { background-color: rgb(33,159,171); }

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

border-color css

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

 span { border-color: rgb(33,159,171); }

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