Shades of Pacific Blue #0599BD
Tints of Pacific Blue #0599BD
RGB
CMYK
RGB Variations
Color information
#0599BD (or 0x0599BD) is known color: Pacific Blue. HEX triplet: 05, 99 and BD. RGB value is (5,153,189). Sum of RGB (Red+Green+Blue) = 5+153+189=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #0599BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599BD is #FA6642. Grayscale: #707070. Windows color (decimal): -16410179 or 12425477. OLE color: 12425477.
HSL color Cylindrical-coordinate representation of color #0599BD: hue angle of 191.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599BD is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 153 | 189 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.26 |
| HSL | 191.74º | 0.95% | 0.38% | - |
| HSV(B) | 191.74º | 0.97% | 0.74% | - |
| XYZ | 20.64 | 26.49 | 52.17 | - |
| YUV | 112.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 189 | 0.97 | 0.19 | 0 | 0.26 | 191.74 | 0.95 | 0.38 |
| Hex | 5 | 99 | BD | 61 | 13 | 0 | 1A | C0 | 5F | 26 |
| Octal | 5 | 231 | 275 | 141 | 23 | 0 | 32 | 300 | 137 | 46 |
| Binary | 101 | 10011001 | 10111101 | 1100001 | 10011 | 0 | 11010 | 11000000 | 1011111 | 100110 |
Color Harmonies of #0599BD
Complementary color
Monochromatic Colors of #0599BD
Black with #0599BD
Text Example
Text Example
White with #0599BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599BD; }
p { color: rgb(5,153,189); }
H1.HeaderClassName
{
color: #0599BD;
}
.AnyTagClassName
{
color: #0599BD;
}
</style>
background-color css
<style>
a { background-color: #0599BD; }
a { background-color: rgb(5,153,189); }
div.DivClassName
{
background-color: #0599BD;
}
.BgClassName
{
background-color: #0599BD;
}
</style>
border-color css
<style>
span { border-color: #0599BD; }
span { border-color: rgb(5,153,189); }
td.TdClassName
{
border-color: #0599BD;
}
.TagClassName
{
border-color: #0599BD;
}
</style>