Shades of Pacific Blue #0597C7
Tints of Pacific Blue #0597C7
RGB
CMYK
RGB Variations
Color information
#0597C7 (or 0x0597C7) is known color: Pacific Blue. HEX triplet: 05, 97 and C7. RGB value is (5,151,199). Sum of RGB (Red+Green+Blue) = 5+151+199=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #0597C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597C7 is #FA6838. Grayscale: #707070. Windows color (decimal): -16410681 or 13080325. OLE color: 13080325.
HSL color Cylindrical-coordinate representation of color #0597C7: hue angle of 194.85º 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 #0597C7 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 151 | 199 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.22 |
| HSL | 194.85º | 0.95% | 0.4% | - |
| HSV(B) | 194.85º | 0.97% | 0.78% | - |
| XYZ | 21.44 | 26.29 | 57.98 | - |
| YUV | 112.82 | 176.63 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 199 | 0.97 | 0.24 | 0 | 0.22 | 194.85 | 0.95 | 0.4 |
| Hex | 5 | 97 | C7 | 61 | 18 | 0 | 16 | C3 | 5F | 28 |
| Octal | 5 | 227 | 307 | 141 | 30 | 0 | 26 | 303 | 137 | 50 |
| Binary | 101 | 10010111 | 11000111 | 1100001 | 11000 | 0 | 10110 | 11000011 | 1011111 | 101000 |
Color Harmonies of #0597C7
Complementary color
Monochromatic Colors of #0597C7
Black with #0597C7
Text Example
Text Example
White with #0597C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597C7; }
p { color: rgb(5,151,199); }
H1.HeaderClassName
{
color: #0597C7;
}
.AnyTagClassName
{
color: #0597C7;
}
</style>
background-color css
<style>
a { background-color: #0597C7; }
a { background-color: rgb(5,151,199); }
div.DivClassName
{
background-color: #0597C7;
}
.BgClassName
{
background-color: #0597C7;
}
</style>
border-color css
<style>
span { border-color: #0597C7; }
span { border-color: rgb(5,151,199); }
td.TdClassName
{
border-color: #0597C7;
}
.TagClassName
{
border-color: #0597C7;
}
</style>