#0598BE

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

Shades of Pacific Blue #0598BE

Tints of Pacific Blue #0598BE

Color information

#0598BE (or 0x0598BE) is unknown color: approx Pacific Blue. HEX triplet: 05, 98 and BE. RGB value is (5,152,190). Sum of RGB (Red+Green+Blue) = 5+152+190=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #0598BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598BE is #FA6741. Grayscale: #707070. Windows color (decimal): -16410434 or 12490757. OLE color: 12490757.

HSL color Cylindrical-coordinate representation of color #0598BE: hue angle of 192.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0598BE is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5152190-
CMYK0.970.200.25
HSL192.32º94.87%38.24%-
HSV(B)192.32º97.37%74.51%-
XYZ20.5926.2152.69-
YUV112.38171.851.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=1.44%
G=43.80%
B=54.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51521900.970.200.25192.3294.8738.24
Hex598BE6114019c05f26
Octal52302761412403130013746
Binary1011001100010111110110000110100011001110000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0598BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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