Shades of Pacific Blue #0599CD
Tints of Pacific Blue #0599CD
RGB
CMYK
RGB Variations
Color information
#0599CD (or 0x0599CD) is known color: Pacific Blue. HEX triplet: 05, 99 and CD. RGB value is (5,153,205). Sum of RGB (Red+Green+Blue) = 5+153+205=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #0599CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599CD is #FA6632. Grayscale: #727272. Windows color (decimal): -16410163 or 13474053. OLE color: 13474053.
HSL color Cylindrical-coordinate representation of color #0599CD: hue angle of 195.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599CD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 153 | 205 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.20 |
| HSL | 195.6º | 0.95% | 0.41% | - |
| HSV(B) | 195.6º | 0.98% | 0.8% | - |
| XYZ | 22.47 | 27.22 | 61.83 | - |
| YUV | 114.68 | 178.97 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 205 | 0.98 | 0.25 | 0 | 0.20 | 195.6 | 0.95 | 0.41 |
| Hex | 5 | 99 | CD | 62 | 19 | 0 | 14 | C4 | 5F | 29 |
| Octal | 5 | 231 | 315 | 142 | 31 | 0 | 24 | 304 | 137 | 51 |
| Binary | 101 | 10011001 | 11001101 | 1100010 | 11001 | 0 | 10100 | 11000100 | 1011111 | 101001 |
Color Harmonies of #0599CD
Complementary color
Monochromatic Colors of #0599CD
Black with #0599CD
Text Example
Text Example
White with #0599CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599CD; }
p { color: rgb(5,153,205); }
H1.HeaderClassName
{
color: #0599CD;
}
.AnyTagClassName
{
color: #0599CD;
}
</style>
background-color css
<style>
a { background-color: #0599CD; }
a { background-color: rgb(5,153,205); }
div.DivClassName
{
background-color: #0599CD;
}
.BgClassName
{
background-color: #0599CD;
}
</style>
border-color css
<style>
span { border-color: #0599CD; }
span { border-color: rgb(5,153,205); }
td.TdClassName
{
border-color: #0599CD;
}
.TagClassName
{
border-color: #0599CD;
}
</style>