#1593C6

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

Shades of Pacific Blue #1593C6

Tints of Pacific Blue #1593C6

Color information

#1593C6 (or 0x1593C6) is unknown color: approx Pacific Blue. HEX triplet: 15, 93 and C6. RGB value is (21,147,198). Sum of RGB (Red+Green+Blue) = 21+147+198=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #1593C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593C6 is #EA6C39. Grayscale: #727272. Windows color (decimal): -15363130 or 13013781. OLE color: 13013781.

HSL color Cylindrical-coordinate representation of color #1593C6: hue angle of 197.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1593C6 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB21147198-
CMYK0.890.2600.22
HSL197.29º80.82%42.94%-
HSV(B)197.29º89.39%77.65%-
XYZ20.9425.157.17-
YUV115.14174.7660.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.74%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=5.74%
G=40.16%
B=54.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal211471980.890.2600.22197.2980.8242.94
Hex1593C6591A016c5512b
Octal252233061313202630512153
Binary101011001001111000110101100111010010110110001011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1593C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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