Html Css Color HEX #0595BF Pacific Blue

📋 copy color: '#0595BF'

red 5 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #0595BF

Tints of Pacific Blue #0595BF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

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

R = 1.45%
G = 43.19%
B = 55.36%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0595BF (or 0x0595BF) is known color: Pacific Blue. HEX triplet: 05, 95 and BF. RGB value is (5,149,191). Sum of RGB (Red+Green+Blue) = 5+149+191=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #0595BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595BF is #FA6A40. Grayscale: #6E6E6E. Windows color (decimal): -16411201 or 12555525. OLE color: 12555525.

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

Color convert

RGB 5 149 191 -
CMYK 0.97 0.22 0 0.25
HSL 193.55º 0.95% 0.38% -
HSV(B) 193.55º 0.97% 0.75% -
XYZ 20.21 25.29 53.11 -
YUV 110.73 173.29 52.58 -
System Red Green Blue C M Y K H S L
Decimal 5 149 191 0.97 0.22 0 0.25 193.55 0.95 0.38
Hex 5 95 BF 61 16 0 19 C2 5F 26
Octal 5 225 277 141 26 0 31 302 137 46
Binary 101 10010101 10111111 1100001 10110 0 11001 11000010 1011111 100110

Color Harmonies of #0595BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595BF

Black with #0595BF

Text Example


Text Example

White with #0595BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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