#1A8AA9

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

Shades of Pelorous #1A8AA9

Tints of Pelorous #1A8AA9

Color information

#1A8AA9 (or 0x1A8AA9) is unknown color: approx Pelorous. HEX triplet: 1A, 8A and A9. RGB value is (26,138,169). Sum of RGB (Red+Green+Blue) = 26+138+169=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #1A8AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8AA9 is #E57556. Grayscale: #6B6B6B. Windows color (decimal): -15037783 or 11110938. OLE color: 11110938.

HSL color Cylindrical-coordinate representation of color #1A8AA9: hue angle of 193.01º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8AA9 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB26138169-
CMYK0.850.1800.34
HSL193.01º73.33%38.24%-
HSV(B)193.01º84.62%66.27%-
XYZ16.6821.2640.76-
YUV108.05162.3969.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.81%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=7.81%
G=41.44%
B=50.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal261381690.850.1800.34193.0173.3338.24
Hex1A8AA95512022c14926
Octal322122511252204230111146
Binary1101010001010101010011010101100100100010110000011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,169); }

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

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

 a { background-color: rgb(26,138,169); }

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

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

 span { border-color: rgb(26,138,169); }

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