#1595BD

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

Shades of Pelorous #1595BD

Tints of Pelorous #1595BD

Color information

#1595BD (or 0x1595BD) is unknown color: approx Pelorous. HEX triplet: 15, 95 and BD. RGB value is (21,149,189). Sum of RGB (Red+Green+Blue) = 21+149+189=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #1595BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595BD is #EA6A42. Grayscale: #737373. Windows color (decimal): -15362627 or 12424469. OLE color: 12424469.

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

Color convert

RGB21149189-
CMYK0.890.2100.26
HSL194.29º80%41.18%-
HSV(B)194.29º88.89%74.12%-
XYZ20.2425.3351.97-
YUV115.29169.5960.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.85%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=5.85%
G=41.50%
B=52.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211491890.890.2100.26194.298041.18
Hex1595BD591501Ac25029
Octal252252751312503230212051
Binary101011001010110111101101100110101011010110000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1595BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1595BD; }

 p { color: rgb(21,149,189); }

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

<style>
 a { background-color: #1595BD; }

 a { background-color: rgb(21,149,189); }

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

<style>
 span { border-color: #1595BD; }

 span { border-color: rgb(21,149,189); }

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