Shades of Pacific Blue #058BC6
Tints of Pacific Blue #058BC6
RGB
CMYK
RGB Variations
Color information
#058BC6 (or 0x058BC6) is known color: Pacific Blue. HEX triplet: 05, 8B and C6. RGB value is (5,139,198). Sum of RGB (Red+Green+Blue) = 5+139+198=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #058BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BC6 is #FA7439. Grayscale: #696969. Windows color (decimal): -16413754 or 13011717. OLE color: 13011717.
HSL color Cylindrical-coordinate representation of color #058BC6: hue angle of 198.34º 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 #058BC6 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 139 | 198 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.22 |
| HSL | 198.34º | 0.95% | 0.4% | - |
| HSV(B) | 198.34º | 0.97% | 0.78% | - |
| XYZ | 19.49 | 22.57 | 56.76 | - |
| YUV | 105.66 | 180.11 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 198 | 0.97 | 0.30 | 0 | 0.22 | 198.34 | 0.95 | 0.4 |
| Hex | 5 | 8B | C6 | 61 | 1E | 0 | 16 | C6 | 5F | 28 |
| Octal | 5 | 213 | 306 | 141 | 36 | 0 | 26 | 306 | 137 | 50 |
| Binary | 101 | 10001011 | 11000110 | 1100001 | 11110 | 0 | 10110 | 11000110 | 1011111 | 101000 |
Color Harmonies of #058BC6
Complementary color
Monochromatic Colors of #058BC6
Black with #058BC6
Text Example
Text Example
White with #058BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BC6; }
p { color: rgb(5,139,198); }
H1.HeaderClassName
{
color: #058BC6;
}
.AnyTagClassName
{
color: #058BC6;
}
</style>
background-color css
<style>
a { background-color: #058BC6; }
a { background-color: rgb(5,139,198); }
div.DivClassName
{
background-color: #058BC6;
}
.BgClassName
{
background-color: #058BC6;
}
</style>
border-color css
<style>
span { border-color: #058BC6; }
span { border-color: rgb(5,139,198); }
td.TdClassName
{
border-color: #058BC6;
}
.TagClassName
{
border-color: #058BC6;
}
</style>