Html Css Color HEX #1591AC Pelorous

📋 copy color: '#1591AC'

red 21 ◦ green 145 ◦ blue 172

#1591AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1591AC

Tints of Pelorous #1591AC

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

 GREEN value IS 145 (57.03% from 255) = 42.9%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 6.21%
G = 42.9%
B = 50.89%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1591AC (or 0x1591AC) is known color: Pelorous. HEX triplet: 15, 91 and AC. RGB value is (21,145,172). Sum of RGB (Red+Green+Blue) = 21+145+172=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #1591AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1591AC is #EA6E53. Grayscale: #6E6E6E. Windows color (decimal): -15363668 or 11309333. OLE color: 11309333.

HSL color Cylindrical-coordinate representation of color #1591AC: hue angle of 190.73º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1591AC is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 145 172 -
CMYK 0.88 0.16 0 0.33
HSL 190.73º 0.78% 0.38% -
HSV(B) 190.73º 0.88% 0.67% -
XYZ 17.88 23.39 42.6 -
YUV 111 162.42 63.8 -
System Red Green Blue C M Y K H S L
Decimal 21 145 172 0.88 0.16 0 0.33 190.73 0.78 0.38
Hex 15 91 AC 58 10 0 21 BF 4E 26
Octal 25 221 254 130 20 0 41 277 116 46
Binary 10101 10010001 10101100 1011000 10000 0 100001 10111111 1001110 100110

Color Harmonies of #1591AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1591AC

Black with #1591AC

Text Example


Text Example

White with #1591AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1591AC; }

 p { color: rgb(21,145,172); }

 H1.HeaderClassName
 {
   color: #1591AC;
 }
 .AnyTagClassName
 {
   color: #1591AC;
 }
</style>

background-color css

<style>
 a { background-color: #1591AC; }

 a { background-color: rgb(21,145,172); }

 div.DivClassName
 {
   background-color: #1591AC;
 }
 .BgClassName
 {
   background-color: #1591AC;
 }
</style>

border-color css

<style>
 span { border-color: #1591AC; }

 span { border-color: rgb(21,145,172); }

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