#1A86B3

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

Shades of Pelorous #1A86B3

Tints of Pelorous #1A86B3

Color information

#1A86B3 (or 0x1A86B3) is unknown color: approx Pelorous. HEX triplet: 1A, 86 and B3. RGB value is (26,134,179). Sum of RGB (Red+Green+Blue) = 26+134+179=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #1A86B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A86B3 is #E5794C. Grayscale: #6A6A6A. Windows color (decimal): -15038797 or 11765274. OLE color: 11765274.

HSL color Cylindrical-coordinate representation of color #1A86B3: hue angle of 197.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A86B3 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB26134179-
CMYK0.850.2500.30
HSL197.65º74.63%40.2%-
HSV(B)197.65º85.47%70.2%-
XYZ17.0920.5245.71-
YUV106.84168.7270.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=7.67%
G=39.53%
B=52.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261341790.850.2500.30197.6574.6340.2
Hex1A86B3551901Ec64b28
Octal322062631253103630611350
Binary110101000011010110011101010111001011110110001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,134,179); }

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

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

 a { background-color: rgb(26,134,179); }

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

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

 span { border-color: rgb(26,134,179); }

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