Shades of Pacific Blue #0591D1
Tints of Pacific Blue #0591D1
RGB
CMYK
RGB Variations
Color information
#0591D1 (or 0x0591D1) is known color: Pacific Blue. HEX triplet: 05, 91 and D1. RGB value is (5,145,209). Sum of RGB (Red+Green+Blue) = 5+145+209=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #0591D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591D1 is #FA6E2E. Grayscale: #6E6E6E. Windows color (decimal): -16412207 or 13734149. OLE color: 13734149.
HSL color Cylindrical-coordinate representation of color #0591D1: hue angle of 198.82º 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 #0591D1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 145 | 209 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.18 |
| HSL | 198.82º | 0.95% | 0.42% | - |
| HSV(B) | 198.82º | 0.98% | 0.82% | - |
| XYZ | 21.7 | 24.89 | 63.98 | - |
| YUV | 110.44 | 183.62 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 209 | 0.98 | 0.31 | 0 | 0.18 | 198.82 | 0.95 | 0.42 |
| Hex | 5 | 91 | D1 | 62 | 1F | 0 | 12 | C7 | 5F | 2A |
| Octal | 5 | 221 | 321 | 142 | 37 | 0 | 22 | 307 | 137 | 52 |
| Binary | 101 | 10010001 | 11010001 | 1100010 | 11111 | 0 | 10010 | 11000111 | 1011111 | 101010 |
Color Harmonies of #0591D1
Complementary color
Monochromatic Colors of #0591D1
Black with #0591D1
Text Example
Text Example
White with #0591D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591D1; }
p { color: rgb(5,145,209); }
H1.HeaderClassName
{
color: #0591D1;
}
.AnyTagClassName
{
color: #0591D1;
}
</style>
background-color css
<style>
a { background-color: #0591D1; }
a { background-color: rgb(5,145,209); }
div.DivClassName
{
background-color: #0591D1;
}
.BgClassName
{
background-color: #0591D1;
}
</style>
border-color css
<style>
span { border-color: #0591D1; }
span { border-color: rgb(5,145,209); }
td.TdClassName
{
border-color: #0591D1;
}
.TagClassName
{
border-color: #0591D1;
}
</style>