Shades of Pacific Blue #0595DF
Tints of Pacific Blue #0595DF
RGB
CMYK
RGB Variations
Color information
#0595DF (or 0x0595DF) is known color: Pacific Blue. HEX triplet: 05, 95 and DF. RGB value is (5,149,223). Sum of RGB (Red+Green+Blue) = 5+149+223=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #0595DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595DF is #FA6A20. Grayscale: #717171. Windows color (decimal): -16411169 or 14652677. OLE color: 14652677.
HSL color Cylindrical-coordinate representation of color #0595DF: hue angle of 200.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0595DF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 149 | 223 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.13 |
| HSL | 200.37º | 0.96% | 0.45% | - |
| HSV(B) | 200.37º | 0.98% | 0.87% | - |
| XYZ | 24.13 | 26.85 | 73.72 | - |
| YUV | 114.38 | 189.29 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 223 | 0.98 | 0.33 | 0 | 0.13 | 200.37 | 0.96 | 0.45 |
| Hex | 5 | 95 | DF | 62 | 21 | 0 | D | C8 | 60 | 2D |
| Octal | 5 | 225 | 337 | 142 | 41 | 0 | 15 | 310 | 140 | 55 |
| Binary | 101 | 10010101 | 11011111 | 1100010 | 100001 | 0 | 1101 | 11001000 | 1100000 | 101101 |
Color Harmonies of #0595DF
Complementary color
Monochromatic Colors of #0595DF
Black with #0595DF
Text Example
Text Example
White with #0595DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595DF; }
p { color: rgb(5,149,223); }
H1.HeaderClassName
{
color: #0595DF;
}
.AnyTagClassName
{
color: #0595DF;
}
</style>
background-color css
<style>
a { background-color: #0595DF; }
a { background-color: rgb(5,149,223); }
div.DivClassName
{
background-color: #0595DF;
}
.BgClassName
{
background-color: #0595DF;
}
</style>
border-color css
<style>
span { border-color: #0595DF; }
span { border-color: rgb(5,149,223); }
td.TdClassName
{
border-color: #0595DF;
}
.TagClassName
{
border-color: #0595DF;
}
</style>