Shades of Pacific Blue #0586C7
Tints of Pacific Blue #0586C7
RGB
CMYK
RGB Variations
Color information
#0586C7 (or 0x0586C7) is known color: Pacific Blue. HEX triplet: 05, 86 and C7. RGB value is (5,134,199). Sum of RGB (Red+Green+Blue) = 5+134+199=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #0586C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0586C7 is #FA7938. Grayscale: #666666. Windows color (decimal): -16415033 or 13075973. OLE color: 13075973.
HSL color Cylindrical-coordinate representation of color #0586C7: hue angle of 200.1º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0586C7 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 134 | 199 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.22 |
| HSL | 200.1º | 0.95% | 0.4% | - |
| HSV(B) | 200.1º | 0.97% | 0.78% | - |
| XYZ | 18.9 | 21.21 | 57.13 | - |
| YUV | 102.84 | 182.26 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 199 | 0.97 | 0.33 | 0 | 0.22 | 200.1 | 0.95 | 0.4 |
| Hex | 5 | 86 | C7 | 61 | 21 | 0 | 16 | C8 | 5F | 28 |
| Octal | 5 | 206 | 307 | 141 | 41 | 0 | 26 | 310 | 137 | 50 |
| Binary | 101 | 10000110 | 11000111 | 1100001 | 100001 | 0 | 10110 | 11001000 | 1011111 | 101000 |
Color Harmonies of #0586C7
Complementary color
Monochromatic Colors of #0586C7
Black with #0586C7
Text Example
Text Example
White with #0586C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0586C7; }
p { color: rgb(5,134,199); }
H1.HeaderClassName
{
color: #0586C7;
}
.AnyTagClassName
{
color: #0586C7;
}
</style>
background-color css
<style>
a { background-color: #0586C7; }
a { background-color: rgb(5,134,199); }
div.DivClassName
{
background-color: #0586C7;
}
.BgClassName
{
background-color: #0586C7;
}
</style>
border-color css
<style>
span { border-color: #0586C7; }
span { border-color: rgb(5,134,199); }
td.TdClassName
{
border-color: #0586C7;
}
.TagClassName
{
border-color: #0586C7;
}
</style>