#219FA7

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

Shades of Pelorous #219FA7

Tints of Pelorous #219FA7

Color information

#219FA7 (or 0x219FA7) is unknown color: approx Pelorous. HEX triplet: 21, 9F and A7. RGB value is (33,159,167). Sum of RGB (Red+Green+Blue) = 33+159+167=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #219FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219FA7 is #DE6058. Grayscale: #7A7A7A. Windows color (decimal): -14573657 or 10985249. OLE color: 10985249.

HSL color Cylindrical-coordinate representation of color #219FA7: hue angle of 183.58º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219FA7 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33159167-
CMYK0.800.0500.35
HSL183.58º67%39.22%-
HSV(B)183.58º80.24%65.49%-
XYZ2027.9140.89-
YUV122.24153.2664.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.19%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=9.19%
G=44.29%
B=46.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331591670.800.0500.35183.586739.22
Hex219FA7505023b84327
Octal41237247120504327010347
Binary100001100111111010011110100001010100011101110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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