Shades of Pacific Blue #0392E0
Tints of Pacific Blue #0392E0
RGB
CMYK
RGB Variations
Color information
#0392E0 (or 0x0392E0) is known color: Pacific Blue. HEX triplet: 03, 92 and E0. RGB value is (3,146,224). Sum of RGB (Red+Green+Blue) = 3+146+224=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #0392E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0392E0 is #FC6D1F. Grayscale: #6F6F6F. Windows color (decimal): -16543008 or 14717443. OLE color: 14717443.
HSL color Cylindrical-coordinate representation of color #0392E0: hue angle of 201.18º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0392E0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 146 | 224 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.12 |
| HSL | 201.18º | 0.97% | 0.45% | - |
| HSV(B) | 201.18º | 0.99% | 0.88% | - |
| XYZ | 23.77 | 25.96 | 74.28 | - |
| YUV | 112.14 | 191.12 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 224 | 0.99 | 0.35 | 0 | 0.12 | 201.18 | 0.97 | 0.45 |
| Hex | 3 | 92 | E0 | 63 | 23 | 0 | C | C9 | 61 | 2D |
| Octal | 3 | 222 | 340 | 143 | 43 | 0 | 14 | 311 | 141 | 55 |
| Binary | 11 | 10010010 | 11100000 | 1100011 | 100011 | 0 | 1100 | 11001001 | 1100001 | 101101 |
Color Harmonies of #0392E0
Complementary color
Monochromatic Colors of #0392E0
Black with #0392E0
Text Example
Text Example
White with #0392E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392E0; }
p { color: rgb(3,146,224); }
H1.HeaderClassName
{
color: #0392E0;
}
.AnyTagClassName
{
color: #0392E0;
}
</style>
background-color css
<style>
a { background-color: #0392E0; }
a { background-color: rgb(3,146,224); }
div.DivClassName
{
background-color: #0392E0;
}
.BgClassName
{
background-color: #0392E0;
}
</style>
border-color css
<style>
span { border-color: #0392E0; }
span { border-color: rgb(3,146,224); }
td.TdClassName
{
border-color: #0392E0;
}
.TagClassName
{
border-color: #0392E0;
}
</style>