#1A82AF

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

Shades of Pelorous #1A82AF

Tints of Pelorous #1A82AF

Color information

#1A82AF (or 0x1A82AF) is unknown color: approx Pelorous. HEX triplet: 1A, 82 and AF. RGB value is (26,130,175). Sum of RGB (Red+Green+Blue) = 26+130+175=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A82AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A82AF is #E57D50. Grayscale: #676767. Windows color (decimal): -15039825 or 11502106. OLE color: 11502106.

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

Color convert

RGB26130175-
CMYK0.850.2600.31
HSL198.12º74.13%39.41%-
HSV(B)198.12º85.14%68.63%-
XYZ16.1519.2843.43-
YUV104.03168.0472.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=7.85%
G=39.27%
B=52.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261301750.850.2600.31198.1274.1339.41
Hex1A82AF551A01Fc64a27
Octal322022571253203730611247
Binary110101000001010101111101010111010011111110001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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