#1593BC

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

Shades of Pelorous #1593BC

Tints of Pelorous #1593BC

Color information

#1593BC (or 0x1593BC) is unknown color: approx Pelorous. HEX triplet: 15, 93 and BC. RGB value is (21,147,188). Sum of RGB (Red+Green+Blue) = 21+147+188=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #1593BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593BC is #EA6C43. Grayscale: #717171. Windows color (decimal): -15363140 or 12358421. OLE color: 12358421.

HSL color Cylindrical-coordinate representation of color #1593BC: hue angle of 194.73º 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 #1593BC is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21147188-
CMYK0.890.2200.26
HSL194.73º79.9%40.98%-
HSV(B)194.73º88.83%73.73%-
XYZ19.8224.6651.29-
YUV114169.7661.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.90%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=5.90%
G=41.29%
B=52.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211471880.890.2200.26194.7379.940.98
Hex1593BC591601Ac35029
Octal252232741312603230312051
Binary101011001001110111100101100110110011010110000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1593BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1593BC; }

 p { color: rgb(21,147,188); }

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

<style>
 a { background-color: #1593BC; }

 a { background-color: rgb(21,147,188); }

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

<style>
 span { border-color: #1593BC; }

 span { border-color: rgb(21,147,188); }

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