#1791AA

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

Shades of Pelorous #1791AA

Tints of Pelorous #1791AA

Color information

#1791AA (or 0x1791AA) is unknown color: approx Pelorous. HEX triplet: 17, 91 and AA. RGB value is (23,145,170). Sum of RGB (Red+Green+Blue) = 23+145+170=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #1791AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1791AA is #E86E55. Grayscale: #6F6F6F. Windows color (decimal): -15232598 or 11178263. OLE color: 11178263.

HSL color Cylindrical-coordinate representation of color #1791AA: hue angle of 190.2º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1791AA is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23145170-
CMYK0.860.1500.33
HSL190.2º76.17%37.84%-
HSV(B)190.2º86.47%66.67%-
XYZ17.7323.3441.6-
YUV111.37161.0864.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.80%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=6.80%
G=42.90%
B=50.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231451700.860.1500.33190.276.1737.84
Hex1791AA56F021be4c26
Octal272212521261704127611446
Binary101111001000110101010101011011110100001101111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1791AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1791AA; }

 p { color: rgb(23,145,170); }

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

<style>
 a { background-color: #1791AA; }

 a { background-color: rgb(23,145,170); }

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

<style>
 span { border-color: #1791AA; }

 span { border-color: rgb(23,145,170); }

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