Shades of Pacific Blue #0598CB
Tints of Pacific Blue #0598CB
RGB
CMYK
RGB Variations
Color information
#0598CB (or 0x0598CB) is known color: Pacific Blue. HEX triplet: 05, 98 and CB. RGB value is (5,152,203). Sum of RGB (Red+Green+Blue) = 5+152+203=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #0598CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598CB is #FA6734. Grayscale: #717171. Windows color (decimal): -16410421 or 13342725. OLE color: 13342725.
HSL color Cylindrical-coordinate representation of color #0598CB: hue angle of 195.45º 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 #0598CB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 152 | 203 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.20 |
| HSL | 195.45º | 0.95% | 0.41% | - |
| HSV(B) | 195.45º | 0.98% | 0.8% | - |
| XYZ | 22.07 | 26.8 | 60.51 | - |
| YUV | 113.86 | 178.3 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 203 | 0.98 | 0.25 | 0 | 0.20 | 195.45 | 0.95 | 0.41 |
| Hex | 5 | 98 | CB | 62 | 19 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 230 | 313 | 142 | 31 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011000 | 11001011 | 1100010 | 11001 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #0598CB
Complementary color
Monochromatic Colors of #0598CB
Black with #0598CB
Text Example
Text Example
White with #0598CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598CB; }
p { color: rgb(5,152,203); }
H1.HeaderClassName
{
color: #0598CB;
}
.AnyTagClassName
{
color: #0598CB;
}
</style>
background-color css
<style>
a { background-color: #0598CB; }
a { background-color: rgb(5,152,203); }
div.DivClassName
{
background-color: #0598CB;
}
.BgClassName
{
background-color: #0598CB;
}
</style>
border-color css
<style>
span { border-color: #0598CB; }
span { border-color: rgb(5,152,203); }
td.TdClassName
{
border-color: #0598CB;
}
.TagClassName
{
border-color: #0598CB;
}
</style>