#1C82AE

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

Shades of Pelorous #1C82AE

Tints of Pelorous #1C82AE

Color information

#1C82AE (or 0x1C82AE) is unknown color: approx Pelorous. HEX triplet: 1C, 82 and AE. RGB value is (28,130,174). Sum of RGB (Red+Green+Blue) = 28+130+174=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C82AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C82AE is #E37D51. Grayscale: #686868. Windows color (decimal): -14908754 or 11436572. OLE color: 11436572.

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

Color convert

RGB28130174-
CMYK0.840.2500.32
HSL198.08º72.28%39.61%-
HSV(B)198.08º83.91%68.24%-
XYZ16.119.2742.91-
YUV104.52167.2173.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.43%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=8.43%
G=39.16%
B=52.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281301740.840.2500.32198.0872.2839.61
Hex1C82AE5419020c64828
Octal342022561243104030611050
Binary1110010000010101011101010100110010100000110001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C82AE; }

 p { color: rgb(28,130,174); }

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

<style>
 a { background-color: #1C82AE; }

 a { background-color: rgb(28,130,174); }

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

<style>
 span { border-color: #1C82AE; }

 span { border-color: rgb(28,130,174); }

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