Shades of Pacific Blue #0591CD
Tints of Pacific Blue #0591CD
RGB
CMYK
RGB Variations
Color information
#0591CD (or 0x0591CD) is known color: Pacific Blue. HEX triplet: 05, 91 and CD. RGB value is (5,145,205). Sum of RGB (Red+Green+Blue) = 5+145+205=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #0591CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591CD is #FA6E32. Grayscale: #6D6D6D. Windows color (decimal): -16412211 or 13472005. OLE color: 13472005.
HSL color Cylindrical-coordinate representation of color #0591CD: hue angle of 198º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0591CD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 145 | 205 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.20 |
| HSL | 198º | 0.95% | 0.41% | - |
| HSV(B) | 198º | 0.98% | 0.8% | - |
| XYZ | 21.21 | 24.69 | 61.41 | - |
| YUV | 109.98 | 181.62 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 205 | 0.98 | 0.29 | 0 | 0.20 | 198 | 0.95 | 0.41 |
| Hex | 5 | 91 | CD | 62 | 1D | 0 | 14 | C6 | 5F | 29 |
| Octal | 5 | 221 | 315 | 142 | 35 | 0 | 24 | 306 | 137 | 51 |
| Binary | 101 | 10010001 | 11001101 | 1100010 | 11101 | 0 | 10100 | 11000110 | 1011111 | 101001 |
Color Harmonies of #0591CD
Complementary color
Monochromatic Colors of #0591CD
Black with #0591CD
Text Example
Text Example
White with #0591CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591CD; }
p { color: rgb(5,145,205); }
H1.HeaderClassName
{
color: #0591CD;
}
.AnyTagClassName
{
color: #0591CD;
}
</style>
background-color css
<style>
a { background-color: #0591CD; }
a { background-color: rgb(5,145,205); }
div.DivClassName
{
background-color: #0591CD;
}
.BgClassName
{
background-color: #0591CD;
}
</style>
border-color css
<style>
span { border-color: #0591CD; }
span { border-color: rgb(5,145,205); }
td.TdClassName
{
border-color: #0591CD;
}
.TagClassName
{
border-color: #0591CD;
}
</style>