#1C81AE

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

Shades of Pelorous #1C81AE

Tints of Pelorous #1C81AE

Color information

#1C81AE (or 0x1C81AE) is unknown color: approx Pelorous. HEX triplet: 1C, 81 and AE. RGB value is (28,129,174). Sum of RGB (Red+Green+Blue) = 28+129+174=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C81AE is #E37E51. Grayscale: #676767. Windows color (decimal): -14909010 or 11436316. OLE color: 11436316.

HSL color Cylindrical-coordinate representation of color #1C81AE: hue angle of 198.49º 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 #1C81AE is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28129174-
CMYK0.840.2600.32
HSL198.49º72.28%39.61%-
HSV(B)198.49º83.91%68.24%-
XYZ15.971942.87-
YUV103.93167.5473.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.46%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=8.46%
G=38.97%
B=52.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281291740.840.2600.32198.4972.2839.61
Hex1C81AE541A020c64828
Octal342012561243204030611050
Binary1110010000001101011101010100110100100000110001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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