Shades of Pacific Blue #0596DD
Tints of Pacific Blue #0596DD
RGB
CMYK
RGB Variations
Color information
#0596DD (or 0x0596DD) is known color: Pacific Blue. HEX triplet: 05, 96 and DD. RGB value is (5,150,221). Sum of RGB (Red+Green+Blue) = 5+150+221=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0596DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596DD is #FA6922. Grayscale: #727272. Windows color (decimal): -16410915 or 14521861. OLE color: 14521861.
HSL color Cylindrical-coordinate representation of color #0596DD: hue angle of 199.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0596DD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 150 | 221 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.13 |
| HSL | 199.72º | 0.96% | 0.44% | - |
| HSV(B) | 199.72º | 0.98% | 0.87% | - |
| XYZ | 24.02 | 27.07 | 72.36 | - |
| YUV | 114.74 | 187.96 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 221 | 0.98 | 0.32 | 0 | 0.13 | 199.72 | 0.96 | 0.44 |
| Hex | 5 | 96 | DD | 62 | 20 | 0 | D | C8 | 60 | 2C |
| Octal | 5 | 226 | 335 | 142 | 40 | 0 | 15 | 310 | 140 | 54 |
| Binary | 101 | 10010110 | 11011101 | 1100010 | 100000 | 0 | 1101 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0596DD
Complementary color
Monochromatic Colors of #0596DD
Black with #0596DD
Text Example
Text Example
White with #0596DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596DD; }
p { color: rgb(5,150,221); }
H1.HeaderClassName
{
color: #0596DD;
}
.AnyTagClassName
{
color: #0596DD;
}
</style>
background-color css
<style>
a { background-color: #0596DD; }
a { background-color: rgb(5,150,221); }
div.DivClassName
{
background-color: #0596DD;
}
.BgClassName
{
background-color: #0596DD;
}
</style>
border-color css
<style>
span { border-color: #0596DD; }
span { border-color: rgb(5,150,221); }
td.TdClassName
{
border-color: #0596DD;
}
.TagClassName
{
border-color: #0596DD;
}
</style>