#1A96B7

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

Shades of Pelorous #1A96B7

Tints of Pelorous #1A96B7

Color information

#1A96B7 (or 0x1A96B7) is unknown color: approx Pelorous. HEX triplet: 1A, 96 and B7. RGB value is (26,150,183). Sum of RGB (Red+Green+Blue) = 26+150+183=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A96B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A96B7 is #E56948. Grayscale: #747474. Windows color (decimal): -15034697 or 12031514. OLE color: 12031514.

HSL color Cylindrical-coordinate representation of color #1A96B7: hue angle of 192.61º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A96B7 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB26150183-
CMYK0.860.1800.28
HSL192.61º75.12%40.98%-
HSV(B)192.61º85.79%71.76%-
XYZ19.8825.4548.66-
YUV116.69165.4263.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.24%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=7.24%
G=41.78%
B=50.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal261501830.860.1800.28192.6175.1240.98
Hex1A96B7561201Cc14b29
Octal322262671262203430111351
Binary110101001011010110111101011010010011100110000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,150,183); }

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

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

 a { background-color: rgb(26,150,183); }

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

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

 span { border-color: rgb(26,150,183); }

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