Html Css Color HEX #0597CA Pacific Blue

📋 copy color: '#0597CA'

red 5 ◦ green 151 ◦ blue 202

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

Shades of Pacific Blue #0597CA

Tints of Pacific Blue #0597CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 1.4%
G = 42.18%
B = 56.42%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0597CA (or 0x0597CA) is known color: Pacific Blue. HEX triplet: 05, 97 and CA. RGB value is (5,151,202). Sum of RGB (Red+Green+Blue) = 5+151+202=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #0597CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597CA is #FA6835. Grayscale: #707070. Windows color (decimal): -16410678 or 13276933. OLE color: 13276933.

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

Color convert

RGB 5 151 202 -
CMYK 0.98 0.25 0 0.21
HSL 195.53º 0.95% 0.41% -
HSV(B) 195.53º 0.98% 0.79% -
XYZ 21.79 26.43 59.83 -
YUV 113.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 5 151 202 0.98 0.25 0 0.21 195.53 0.95 0.41
Hex 5 97 CA 62 19 0 15 C4 5F 29
Octal 5 227 312 142 31 0 25 304 137 51
Binary 101 10010111 11001010 1100010 11001 0 10101 11000100 1011111 101001

Color Harmonies of #0597CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0597CA

Black with #0597CA

Text Example


Text Example

White with #0597CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0597CA;
 }
 .AnyTagClassName
 {
   color: #0597CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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