#1791AB

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

Shades of Pelorous #1791AB

Tints of Pelorous #1791AB

Color information

#1791AB (or 0x1791AB) is unknown color: approx Pelorous. HEX triplet: 17, 91 and AB. RGB value is (23,145,171). Sum of RGB (Red+Green+Blue) = 23+145+171=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #1791AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1791AB is #E86E54. Grayscale: #6F6F6F. Windows color (decimal): -15232597 or 11243799. OLE color: 11243799.

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

Color convert

RGB23145171-
CMYK0.870.1500.33
HSL190.54º76.29%38.04%-
HSV(B)190.54º86.55%67.06%-
XYZ17.8323.3742.1-
YUV111.49161.5864.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.78%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=6.78%
G=42.77%
B=50.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231451710.870.1500.33190.5476.2938.04
Hex1791AB57F021bf4c26
Octal272212531271704127711446
Binary101111001000110101011101011111110100001101111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1791AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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