#1597BE

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

Shades of Pelorous #1597BE

Tints of Pelorous #1597BE

Color information

#1597BE (or 0x1597BE) is unknown color: approx Pelorous. HEX triplet: 15, 97 and BE. RGB value is (21,151,190). Sum of RGB (Red+Green+Blue) = 21+151+190=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1597BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597BE is #EA6841. Grayscale: #747474. Windows color (decimal): -15362114 or 12490517. OLE color: 12490517.

HSL color Cylindrical-coordinate representation of color #1597BE: hue angle of 193.85º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1597BE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21151190-
CMYK0.890.2100.25
HSL193.85º80.09%41.37%-
HSV(B)193.85º88.95%74.51%-
XYZ20.6726.0152.65-
YUV116.58169.4359.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.80%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=5.80%
G=41.71%
B=52.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211511900.890.2100.25193.8580.0941.37
Hex1597BE5915019c25029
Octal252272761312503130212051
Binary101011001011110111110101100110101011001110000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1597BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1597BE; }

 p { color: rgb(21,151,190); }

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

<style>
 a { background-color: #1597BE; }

 a { background-color: rgb(21,151,190); }

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

<style>
 span { border-color: #1597BE; }

 span { border-color: rgb(21,151,190); }

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