Shades of Pacific Blue #0592DE
Tints of Pacific Blue #0592DE
RGB
CMYK
RGB Variations
Color information
#0592DE (or 0x0592DE) is known color: Pacific Blue. HEX triplet: 05, 92 and DE. RGB value is (5,146,222). Sum of RGB (Red+Green+Blue) = 5+146+222=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #0592DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592DE is #FA6D21. Grayscale: #707070. Windows color (decimal): -16411938 or 14586373. OLE color: 14586373.
HSL color Cylindrical-coordinate representation of color #0592DE: hue angle of 201.01º 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 #0592DE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 146 | 222 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.13 |
| HSL | 201.01º | 0.96% | 0.45% | - |
| HSV(B) | 201.01º | 0.98% | 0.87% | - |
| XYZ | 23.53 | 25.86 | 72.86 | - |
| YUV | 112.51 | 189.79 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 222 | 0.98 | 0.34 | 0 | 0.13 | 201.01 | 0.96 | 0.45 |
| Hex | 5 | 92 | DE | 62 | 22 | 0 | D | C9 | 60 | 2D |
| Octal | 5 | 222 | 336 | 142 | 42 | 0 | 15 | 311 | 140 | 55 |
| Binary | 101 | 10010010 | 11011110 | 1100010 | 100010 | 0 | 1101 | 11001001 | 1100000 | 101101 |
Color Harmonies of #0592DE
Complementary color
Monochromatic Colors of #0592DE
Black with #0592DE
Text Example
Text Example
White with #0592DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592DE; }
p { color: rgb(5,146,222); }
H1.HeaderClassName
{
color: #0592DE;
}
.AnyTagClassName
{
color: #0592DE;
}
</style>
background-color css
<style>
a { background-color: #0592DE; }
a { background-color: rgb(5,146,222); }
div.DivClassName
{
background-color: #0592DE;
}
.BgClassName
{
background-color: #0592DE;
}
</style>
border-color css
<style>
span { border-color: #0592DE; }
span { border-color: rgb(5,146,222); }
td.TdClassName
{
border-color: #0592DE;
}
.TagClassName
{
border-color: #0592DE;
}
</style>