Shades of Pacific Blue #0591DD
Tints of Pacific Blue #0591DD
RGB
CMYK
RGB Variations
Color information
#0591DD (or 0x0591DD) is known color: Pacific Blue. HEX triplet: 05, 91 and DD. RGB value is (5,145,221). Sum of RGB (Red+Green+Blue) = 5+145+221=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #0591DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591DD is #FA6E22. Grayscale: #6F6F6F. Windows color (decimal): -16412195 or 14520581. OLE color: 14520581.
HSL color Cylindrical-coordinate representation of color #0591DD: hue angle of 201.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0591DD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 145 | 221 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.13 |
| HSL | 201.11º | 0.96% | 0.44% | - |
| HSV(B) | 201.11º | 0.98% | 0.87% | - |
| XYZ | 23.24 | 25.5 | 72.1 | - |
| YUV | 111.8 | 189.62 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 221 | 0.98 | 0.34 | 0 | 0.13 | 201.11 | 0.96 | 0.44 |
| Hex | 5 | 91 | DD | 62 | 22 | 0 | D | C9 | 60 | 2C |
| Octal | 5 | 221 | 335 | 142 | 42 | 0 | 15 | 311 | 140 | 54 |
| Binary | 101 | 10010001 | 11011101 | 1100010 | 100010 | 0 | 1101 | 11001001 | 1100000 | 101100 |
Color Harmonies of #0591DD
Complementary color
Monochromatic Colors of #0591DD
Black with #0591DD
Text Example
Text Example
White with #0591DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591DD; }
p { color: rgb(5,145,221); }
H1.HeaderClassName
{
color: #0591DD;
}
.AnyTagClassName
{
color: #0591DD;
}
</style>
background-color css
<style>
a { background-color: #0591DD; }
a { background-color: rgb(5,145,221); }
div.DivClassName
{
background-color: #0591DD;
}
.BgClassName
{
background-color: #0591DD;
}
</style>
border-color css
<style>
span { border-color: #0591DD; }
span { border-color: rgb(5,145,221); }
td.TdClassName
{
border-color: #0591DD;
}
.TagClassName
{
border-color: #0591DD;
}
</style>