Shades of Pacific Blue #0595BF
Tints of Pacific Blue #0595BF
RGB
CMYK
RGB Variations
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
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>