Shades of Pacific Blue #0593DC
Tints of Pacific Blue #0593DC
RGB
CMYK
RGB Variations
Color information
#0593DC (or 0x0593DC) is known color: Pacific Blue. HEX triplet: 05, 93 and DC. RGB value is (5,147,220). Sum of RGB (Red+Green+Blue) = 5+147+220=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #0593DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593DC is #FA6C23. Grayscale: #707070. Windows color (decimal): -16411684 or 14455557. OLE color: 14455557.
HSL color Cylindrical-coordinate representation of color #0593DC: hue angle of 200.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593DC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 147 | 220 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.14 |
| HSL | 200.37º | 0.96% | 0.44% | - |
| HSV(B) | 200.37º | 0.98% | 0.86% | - |
| XYZ | 23.41 | 26.07 | 71.51 | - |
| YUV | 112.86 | 188.46 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 220 | 0.98 | 0.33 | 0 | 0.14 | 200.37 | 0.96 | 0.44 |
| Hex | 5 | 93 | DC | 62 | 21 | 0 | E | C8 | 60 | 2C |
| Octal | 5 | 223 | 334 | 142 | 41 | 0 | 16 | 310 | 140 | 54 |
| Binary | 101 | 10010011 | 11011100 | 1100010 | 100001 | 0 | 1110 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0593DC
Complementary color
Monochromatic Colors of #0593DC
Black with #0593DC
Text Example
Text Example
White with #0593DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593DC; }
p { color: rgb(5,147,220); }
H1.HeaderClassName
{
color: #0593DC;
}
.AnyTagClassName
{
color: #0593DC;
}
</style>
background-color css
<style>
a { background-color: #0593DC; }
a { background-color: rgb(5,147,220); }
div.DivClassName
{
background-color: #0593DC;
}
.BgClassName
{
background-color: #0593DC;
}
</style>
border-color css
<style>
span { border-color: #0593DC; }
span { border-color: rgb(5,147,220); }
td.TdClassName
{
border-color: #0593DC;
}
.TagClassName
{
border-color: #0593DC;
}
</style>