Shades of Pacific Blue #0599E7
Tints of Pacific Blue #0599E7
RGB
CMYK
RGB Variations
Color information
#0599E7 (or 0x0599E7) is known color: Pacific Blue. HEX triplet: 05, 99 and E7. RGB value is (5,153,231). Sum of RGB (Red+Green+Blue) = 5+153+231=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #0599E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0599E7 is #FA6618. Grayscale: #757575. Windows color (decimal): -16410137 or 15177989. OLE color: 15177989.
HSL color Cylindrical-coordinate representation of color #0599E7: hue angle of 200.71º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599E7 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 153 | 231 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.09 |
| HSL | 200.71º | 0.96% | 0.46% | - |
| HSV(B) | 200.71º | 0.98% | 0.91% | - |
| XYZ | 25.88 | 28.58 | 79.75 | - |
| YUV | 117.64 | 191.97 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 231 | 0.98 | 0.34 | 0 | 0.09 | 200.71 | 0.96 | 0.46 |
| Hex | 5 | 99 | E7 | 62 | 22 | 0 | 9 | C9 | 60 | 2E |
| Octal | 5 | 231 | 347 | 142 | 42 | 0 | 11 | 311 | 140 | 56 |
| Binary | 101 | 10011001 | 11100111 | 1100010 | 100010 | 0 | 1001 | 11001001 | 1100000 | 101110 |
Color Harmonies of #0599E7
Complementary color
Monochromatic Colors of #0599E7
Black with #0599E7
Text Example
Text Example
White with #0599E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599E7; }
p { color: rgb(5,153,231); }
H1.HeaderClassName
{
color: #0599E7;
}
.AnyTagClassName
{
color: #0599E7;
}
</style>
background-color css
<style>
a { background-color: #0599E7; }
a { background-color: rgb(5,153,231); }
div.DivClassName
{
background-color: #0599E7;
}
.BgClassName
{
background-color: #0599E7;
}
</style>
border-color css
<style>
span { border-color: #0599E7; }
span { border-color: rgb(5,153,231); }
td.TdClassName
{
border-color: #0599E7;
}
.TagClassName
{
border-color: #0599E7;
}
</style>