Shades of Pacific Blue #0595E5
Tints of Pacific Blue #0595E5
RGB
CMYK
RGB Variations
Color information
#0595E5 (or 0x0595E5) is known color: Pacific Blue. HEX triplet: 05, 95 and E5. RGB value is (5,149,229). Sum of RGB (Red+Green+Blue) = 5+149+229=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #0595E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595E5 is #FA6A1A. Grayscale: #727272. Windows color (decimal): -16411163 or 15045893. OLE color: 15045893.
HSL color Cylindrical-coordinate representation of color #0595E5: hue angle of 201.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0595E5 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 149 | 229 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.10 |
| HSL | 201.43º | 0.96% | 0.46% | - |
| HSV(B) | 201.43º | 0.98% | 0.9% | - |
| XYZ | 24.95 | 27.18 | 78.06 | - |
| YUV | 115.06 | 192.29 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 229 | 0.98 | 0.35 | 0 | 0.10 | 201.43 | 0.96 | 0.46 |
| Hex | 5 | 95 | E5 | 62 | 23 | 0 | A | C9 | 60 | 2E |
| Octal | 5 | 225 | 345 | 142 | 43 | 0 | 12 | 311 | 140 | 56 |
| Binary | 101 | 10010101 | 11100101 | 1100010 | 100011 | 0 | 1010 | 11001001 | 1100000 | 101110 |
Color Harmonies of #0595E5
Complementary color
Monochromatic Colors of #0595E5
Black with #0595E5
Text Example
Text Example
White with #0595E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595E5; }
p { color: rgb(5,149,229); }
H1.HeaderClassName
{
color: #0595E5;
}
.AnyTagClassName
{
color: #0595E5;
}
</style>
background-color css
<style>
a { background-color: #0595E5; }
a { background-color: rgb(5,149,229); }
div.DivClassName
{
background-color: #0595E5;
}
.BgClassName
{
background-color: #0595E5;
}
</style>
border-color css
<style>
span { border-color: #0595E5; }
span { border-color: rgb(5,149,229); }
td.TdClassName
{
border-color: #0595E5;
}
.TagClassName
{
border-color: #0595E5;
}
</style>