Shades of Pacific Blue #0592E0
Tints of Pacific Blue #0592E0
RGB
CMYK
RGB Variations
Color information
#0592E0 (or 0x0592E0) is known color: Pacific Blue. HEX triplet: 05, 92 and E0. RGB value is (5,146,224). Sum of RGB (Red+Green+Blue) = 5+146+224=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #0592E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592E0 is #FA6D1F. Grayscale: #707070. Windows color (decimal): -16411936 or 14717445. OLE color: 14717445.
HSL color Cylindrical-coordinate representation of color #0592E0: hue angle of 201.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592E0 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 146 | 224 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.12 |
| HSL | 201.37º | 0.96% | 0.45% | - |
| HSV(B) | 201.37º | 0.98% | 0.88% | - |
| XYZ | 23.8 | 25.97 | 74.28 | - |
| YUV | 112.73 | 190.79 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 224 | 0.98 | 0.35 | 0 | 0.12 | 201.37 | 0.96 | 0.45 |
| Hex | 5 | 92 | E0 | 62 | 23 | 0 | C | C9 | 60 | 2D |
| Octal | 5 | 222 | 340 | 142 | 43 | 0 | 14 | 311 | 140 | 55 |
| Binary | 101 | 10010010 | 11100000 | 1100010 | 100011 | 0 | 1100 | 11001001 | 1100000 | 101101 |
Color Harmonies of #0592E0
Complementary color
Monochromatic Colors of #0592E0
Black with #0592E0
Text Example
Text Example
White with #0592E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592E0; }
p { color: rgb(5,146,224); }
H1.HeaderClassName
{
color: #0592E0;
}
.AnyTagClassName
{
color: #0592E0;
}
</style>
background-color css
<style>
a { background-color: #0592E0; }
a { background-color: rgb(5,146,224); }
div.DivClassName
{
background-color: #0592E0;
}
.BgClassName
{
background-color: #0592E0;
}
</style>
border-color css
<style>
span { border-color: #0592E0; }
span { border-color: rgb(5,146,224); }
td.TdClassName
{
border-color: #0592E0;
}
.TagClassName
{
border-color: #0592E0;
}
</style>