#0591CA

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

Shades of Pacific Blue #0591CA

Tints of Pacific Blue #0591CA

Color information

#0591CA (or 0x0591CA) is unknown color: approx Pacific Blue. HEX triplet: 05, 91 and CA. RGB value is (5,145,202). Sum of RGB (Red+Green+Blue) = 5+145+202=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #0591CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591CA is #FA6E35. Grayscale: #6D6D6D. Windows color (decimal): -16412214 or 13275397. OLE color: 13275397.

HSL color Cylindrical-coordinate representation of color #0591CA: hue angle of 197.36º 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 #0591CA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5145202-
CMYK0.980.2800.21
HSL197.36º95.17%40.59%-
HSV(B)197.36º97.52%79.22%-
XYZ20.8524.5559.52-
YUV109.64180.1253.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=1.42%
G=41.19%
B=57.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51452020.980.2800.21197.3695.1740.59
Hex591CA621C015c55f29
Octal52213121423402530513751
Binary1011001000111001010110001011100010101110001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0591CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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