#059FCA

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

Shades of Pacific Blue #059FCA

Tints of Pacific Blue #059FCA

Color information

#059FCA (or 0x059FCA) is unknown color: approx Pacific Blue. HEX triplet: 05, 9F and CA. RGB value is (5,159,202). Sum of RGB (Red+Green+Blue) = 5+159+202=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #059FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCA is #FA6035. Grayscale: #757575. Windows color (decimal): -16408630 or 13278981. OLE color: 13278981.

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

Color convert

RGB5159202-
CMYK0.980.2100.21
HSL193.1º95.17%40.59%-
HSV(B)193.1º97.52%79.22%-
XYZ23.1229.0960.27-
YUV117.86175.4847.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=1.37%
G=43.44%
B=55.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51592020.980.2100.21193.195.1740.59
Hex59FCA6215015c15f29
Octal52373121422502530113751
Binary1011001111111001010110001010101010101110000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059FCA; }

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

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

<style>
 a { background-color: #059FCA; }

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

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

<style>
 span { border-color: #059FCA; }

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

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