Shades of Pacific Blue #0590D1
Tints of Pacific Blue #0590D1
RGB
CMYK
RGB Variations
Color information
#0590D1 (or 0x0590D1) is known color: Pacific Blue. HEX triplet: 05, 90 and D1. RGB value is (5,144,209). Sum of RGB (Red+Green+Blue) = 5+144+209=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #0590D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590D1 is #FA6F2E. Grayscale: #6D6D6D. Windows color (decimal): -16412463 or 13733893. OLE color: 13733893.
HSL color Cylindrical-coordinate representation of color #0590D1: hue angle of 199.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0590D1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 144 | 209 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.18 |
| HSL | 199.12º | 0.95% | 0.42% | - |
| HSV(B) | 199.12º | 0.98% | 0.82% | - |
| XYZ | 21.54 | 24.58 | 63.93 | - |
| YUV | 109.85 | 183.95 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 209 | 0.98 | 0.31 | 0 | 0.18 | 199.12 | 0.95 | 0.42 |
| Hex | 5 | 90 | D1 | 62 | 1F | 0 | 12 | C7 | 5F | 2A |
| Octal | 5 | 220 | 321 | 142 | 37 | 0 | 22 | 307 | 137 | 52 |
| Binary | 101 | 10010000 | 11010001 | 1100010 | 11111 | 0 | 10010 | 11000111 | 1011111 | 101010 |
Color Harmonies of #0590D1
Complementary color
Monochromatic Colors of #0590D1
Black with #0590D1
Text Example
Text Example
White with #0590D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0590D1; }
p { color: rgb(5,144,209); }
H1.HeaderClassName
{
color: #0590D1;
}
.AnyTagClassName
{
color: #0590D1;
}
</style>
background-color css
<style>
a { background-color: #0590D1; }
a { background-color: rgb(5,144,209); }
div.DivClassName
{
background-color: #0590D1;
}
.BgClassName
{
background-color: #0590D1;
}
</style>
border-color css
<style>
span { border-color: #0590D1; }
span { border-color: rgb(5,144,209); }
td.TdClassName
{
border-color: #0590D1;
}
.TagClassName
{
border-color: #0590D1;
}
</style>