#0598CA

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

Shades of Pacific Blue #0598CA

Tints of Pacific Blue #0598CA

Color information

#0598CA (or 0x0598CA) is unknown color: approx Pacific Blue. HEX triplet: 05, 98 and CA. RGB value is (5,152,202). Sum of RGB (Red+Green+Blue) = 5+152+202=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #0598CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598CA is #FA6735. Grayscale: #717171. Windows color (decimal): -16410422 or 13277189. OLE color: 13277189.

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

Color convert

RGB5152202-
CMYK0.980.2500.21
HSL195.23º95.17%40.59%-
HSV(B)195.23º97.52%79.22%-
XYZ21.9526.7559.88-
YUV113.75177.850.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=1.39%
G=42.34%
B=56.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51522020.980.2500.21195.2395.1740.59
Hex598CA6219015c35f29
Octal52303121423102530313751
Binary1011001100011001010110001011001010101110000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0598CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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