Shades of Pacific Blue #0595DB
Tints of Pacific Blue #0595DB
RGB
CMYK
RGB Variations
Color information
#0595DB (or 0x0595DB) is known color: Pacific Blue. HEX triplet: 05, 95 and DB. RGB value is (5,149,219). Sum of RGB (Red+Green+Blue) = 5+149+219=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0595DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595DB is #FA6A24. Grayscale: #717171. Windows color (decimal): -16411173 or 14390533. OLE color: 14390533.
HSL color Cylindrical-coordinate representation of color #0595DB: hue angle of 199.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0595DB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 149 | 219 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.14 |
| HSL | 199.63º | 0.96% | 0.44% | - |
| HSV(B) | 199.63º | 0.98% | 0.86% | - |
| XYZ | 23.6 | 26.64 | 70.92 | - |
| YUV | 113.92 | 187.29 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 219 | 0.98 | 0.32 | 0 | 0.14 | 199.63 | 0.96 | 0.44 |
| Hex | 5 | 95 | DB | 62 | 20 | 0 | E | C8 | 60 | 2C |
| Octal | 5 | 225 | 333 | 142 | 40 | 0 | 16 | 310 | 140 | 54 |
| Binary | 101 | 10010101 | 11011011 | 1100010 | 100000 | 0 | 1110 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0595DB
Complementary color
Monochromatic Colors of #0595DB
Black with #0595DB
Text Example
Text Example
White with #0595DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595DB; }
p { color: rgb(5,149,219); }
H1.HeaderClassName
{
color: #0595DB;
}
.AnyTagClassName
{
color: #0595DB;
}
</style>
background-color css
<style>
a { background-color: #0595DB; }
a { background-color: rgb(5,149,219); }
div.DivClassName
{
background-color: #0595DB;
}
.BgClassName
{
background-color: #0595DB;
}
</style>
border-color css
<style>
span { border-color: #0595DB; }
span { border-color: rgb(5,149,219); }
td.TdClassName
{
border-color: #0595DB;
}
.TagClassName
{
border-color: #0595DB;
}
</style>