#0593CA

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

Shades of Pacific Blue #0593CA

Tints of Pacific Blue #0593CA

Color information

#0593CA (or 0x0593CA) is unknown color: approx Pacific Blue. HEX triplet: 05, 93 and CA. RGB value is (5,147,202). Sum of RGB (Red+Green+Blue) = 5+147+202=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #0593CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593CA is #FA6C35. Grayscale: #6E6E6E. Windows color (decimal): -16411702 or 13275909. OLE color: 13275909.

HSL color Cylindrical-coordinate representation of color #0593CA: hue angle of 196.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593CA is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5147202-
CMYK0.980.2700.21
HSL196.75º95.17%40.59%-
HSV(B)196.75º97.52%79.22%-
XYZ21.1625.1659.62-
YUV110.81179.4652.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=1.41%
G=41.53%
B=57.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51472020.980.2700.21196.7595.1740.59
Hex593CA621B015c55f29
Octal52233121423302530513751
Binary1011001001111001010110001011011010101110001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0593CA; }

 p { color: rgb(5,147,202); }

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

<style>
 a { background-color: #0593CA; }

 a { background-color: rgb(5,147,202); }

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

<style>
 span { border-color: #0593CA; }

 span { border-color: rgb(5,147,202); }

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