Shades of Pacific Blue #0596DB
Tints of Pacific Blue #0596DB
RGB
CMYK
RGB Variations
Color information
#0596DB (or 0x0596DB) is known color: Pacific Blue. HEX triplet: 05, 96 and DB. RGB value is (5,150,219). Sum of RGB (Red+Green+Blue) = 5+150+219=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #0596DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596DB is #FA6924. Grayscale: #727272. Windows color (decimal): -16410917 or 14390789. OLE color: 14390789.
HSL color Cylindrical-coordinate representation of color #0596DB: hue angle of 199.35º 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 #0596DB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 5 | 150 | 219 | - |
CMYK | 0.98 | 0.32 | 0 | 0.14 |
HSL | 199.35º | 0.96% | 0.44% | - |
HSV(B) | 199.35º | 0.98% | 0.86% | - |
XYZ | 23.76 | 26.96 | 70.97 | - |
YUV | 114.51 | 186.96 | 49.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 150 | 219 | 0.98 | 0.32 | 0 | 0.14 | 199.35 | 0.96 | 0.44 |
Hex | 5 | 96 | DB | 62 | 20 | 0 | E | C7 | 60 | 2C |
Octal | 5 | 226 | 333 | 142 | 40 | 0 | 16 | 307 | 140 | 54 |
Binary | 101 | 10010110 | 11011011 | 1100010 | 100000 | 0 | 1110 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0596DB
Complementary color
Monochromatic Colors of #0596DB
Black with #0596DB
Text Example
Text Example
White with #0596DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596DB; }
p { color: rgb(5,150,219); }
H1.HeaderClassName
{
color: #0596DB;
}
.AnyTagClassName
{
color: #0596DB;
}
</style>
background-color css
<style>
a { background-color: #0596DB; }
a { background-color: rgb(5,150,219); }
div.DivClassName
{
background-color: #0596DB;
}
.BgClassName
{
background-color: #0596DB;
}
</style>
border-color css
<style>
span { border-color: #0596DB; }
span { border-color: rgb(5,150,219); }
td.TdClassName
{
border-color: #0596DB;
}
.TagClassName
{
border-color: #0596DB;
}
</style>