Html Css Color HEX #0598BF Pacific Blue

📋 copy color: '#0598BF'

red 5 ◦ green 152 ◦ blue 191

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

Shades of Pacific Blue #0598BF

Tints of Pacific Blue #0598BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 1.44%
G = 43.68%
B = 54.89%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0598BF (or 0x0598BF) is known color: Pacific Blue. HEX triplet: 05, 98 and BF. RGB value is (5,152,191). Sum of RGB (Red+Green+Blue) = 5+152+191=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #0598BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598BF is #FA6740. Grayscale: #707070. Windows color (decimal): -16410433 or 12556293. OLE color: 12556293.

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

Color convert

RGB 5 152 191 -
CMYK 0.97 0.20 0 0.25
HSL 192.58º 0.95% 0.38% -
HSV(B) 192.58º 0.97% 0.75% -
XYZ 20.69 26.25 53.27 -
YUV 112.49 172.3 51.33 -
System Red Green Blue C M Y K H S L
Decimal 5 152 191 0.97 0.20 0 0.25 192.58 0.95 0.38
Hex 5 98 BF 61 14 0 19 C1 5F 26
Octal 5 230 277 141 24 0 31 301 137 46
Binary 101 10011000 10111111 1100001 10100 0 11001 11000001 1011111 100110

Color Harmonies of #0598BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598BF

Black with #0598BF

Text Example


Text Example

White with #0598BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0598BF;
 }
 .AnyTagClassName
 {
   color: #0598BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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