#1A82AE

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

Shades of Pelorous #1A82AE

Tints of Pelorous #1A82AE

Color information

#1A82AE (or 0x1A82AE) is unknown color: approx Pelorous. HEX triplet: 1A, 82 and AE. RGB value is (26,130,174). Sum of RGB (Red+Green+Blue) = 26+130+174=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A82AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A82AE is #E57D51. Grayscale: #676767. Windows color (decimal): -15039826 or 11436570. OLE color: 11436570.

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

Color convert

RGB26130174-
CMYK0.850.2500.32
HSL197.84º74%39.22%-
HSV(B)197.84º85.06%68.24%-
XYZ16.0519.2442.91-
YUV103.92167.5472.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=7.88%
G=39.39%
B=52.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261301740.850.2500.32197.847439.22
Hex1A82AE5519020c64a27
Octal322022561253104030611247
Binary1101010000010101011101010101110010100000110001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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