Shades of Pacific Blue #0392DB
Tints of Pacific Blue #0392DB
RGB
CMYK
RGB Variations
Color information
#0392DB (or 0x0392DB) is known color: Pacific Blue. HEX triplet: 03, 92 and DB. RGB value is (3,146,219). Sum of RGB (Red+Green+Blue) = 3+146+219=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #0392DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0392DB is #FC6D24. Grayscale: #6F6F6F. Windows color (decimal): -16543013 or 14389763. OLE color: 14389763.
HSL color Cylindrical-coordinate representation of color #0392DB: hue angle of 200.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0392DB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 146 | 219 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.14 |
| HSL | 200.28º | 0.97% | 0.44% | - |
| HSV(B) | 200.28º | 0.99% | 0.86% | - |
| XYZ | 23.1 | 25.69 | 70.76 | - |
| YUV | 111.57 | 188.62 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 219 | 0.99 | 0.33 | 0 | 0.14 | 200.28 | 0.97 | 0.44 |
| Hex | 3 | 92 | DB | 63 | 21 | 0 | E | C8 | 61 | 2C |
| Octal | 3 | 222 | 333 | 143 | 41 | 0 | 16 | 310 | 141 | 54 |
| Binary | 11 | 10010010 | 11011011 | 1100011 | 100001 | 0 | 1110 | 11001000 | 1100001 | 101100 |
Color Harmonies of #0392DB
Complementary color
Monochromatic Colors of #0392DB
Black with #0392DB
Text Example
Text Example
White with #0392DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392DB; }
p { color: rgb(3,146,219); }
H1.HeaderClassName
{
color: #0392DB;
}
.AnyTagClassName
{
color: #0392DB;
}
</style>
background-color css
<style>
a { background-color: #0392DB; }
a { background-color: rgb(3,146,219); }
div.DivClassName
{
background-color: #0392DB;
}
.BgClassName
{
background-color: #0392DB;
}
</style>
border-color css
<style>
span { border-color: #0392DB; }
span { border-color: rgb(3,146,219); }
td.TdClassName
{
border-color: #0392DB;
}
.TagClassName
{
border-color: #0392DB;
}
</style>