#1A99B4

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

Shades of Pelorous #1A99B4

Tints of Pelorous #1A99B4

Color information

#1A99B4 (or 0x1A99B4) is unknown color: approx Pelorous. HEX triplet: 1A, 99 and B4. RGB value is (26,153,180). Sum of RGB (Red+Green+Blue) = 26+153+180=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A99B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A99B4 is #E5664B. Grayscale: #757575. Windows color (decimal): -15033932 or 11835674. OLE color: 11835674.

HSL color Cylindrical-coordinate representation of color #1A99B4: hue angle of 190.52º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A99B4 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB26153180-
CMYK0.860.1500.29
HSL190.52º74.76%40.39%-
HSV(B)190.52º85.56%70.59%-
XYZ20.0626.347.2-
YUV118.1162.9262.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.24%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=7.24%
G=42.62%
B=50.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261531800.860.1500.29190.5274.7640.39
Hex1A99B456F01Dbf4b28
Octal322312641261703527711350
Binary11010100110011011010010101101111011101101111111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A99B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,153,180); }

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

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

 a { background-color: rgb(26,153,180); }

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

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

 span { border-color: rgb(26,153,180); }

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