Html Css Color HEX #0598BE Pacific Blue

📋 copy color: '#0598BE'

red 5 ◦ green 152 ◦ blue 190

#0598BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0598BE

Tints of Pacific Blue #0598BE

RGB

 RED value IS 5 (2.34% from 255) = 1.44%

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 1.44%
G = 43.8%
B = 54.76%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0598BE (or 0x0598BE) is known color: 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

RGB 5 152 190 -
CMYK 0.97 0.2 0 0.25
HSL 192.32º 0.95% 0.38% -
HSV(B) 192.32º 0.97% 0.75% -
XYZ 20.59 26.21 52.69 -
YUV 112.38 171.8 51.41 -
System Red Green Blue C M Y K H S L
Decimal 5 152 190 0.97 0.2 0 0.25 192.32 0.95 0.38
Hex 5 98 BE 61 14 0 19 C0 5F 26
Octal 5 230 276 141 24 0 31 300 137 46
Binary 101 10011000 10111110 1100001 10100 0 11001 11000000 1011111 100110

Color Harmonies of #0598BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598BE

Black with #0598BE

Text Example


Text Example

White with #0598BE

Text Example


Text Example

HTML Codes & Css Web 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>