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