Shades of Pacific Blue #0195DB
Tints of Pacific Blue #0195DB
RGB
CMYK
RGB Variations
Color information
#0195DB (or 0x0195DB) is known color: Pacific Blue. HEX triplet: 01, 95 and DB. RGB value is (1,149,219). Sum of RGB (Red+Green+Blue) = 1+149+219=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #0195DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195DB is #FE6A24. Grayscale: #707070. Windows color (decimal): -16673317 or 14390529. OLE color: 14390529.
HSL color Cylindrical-coordinate representation of color #0195DB: hue angle of 199.27º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195DB is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 149 | 219 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.14 |
| HSL | 199.27º | 0.99% | 0.43% | - |
| HSV(B) | 199.27º | 1% | 0.86% | - |
| XYZ | 23.55 | 26.62 | 70.91 | - |
| YUV | 112.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 219 | 1.00 | 0.32 | 0 | 0.14 | 199.27 | 0.99 | 0.43 |
| Hex | 1 | 95 | DB | 64 | 20 | 0 | E | C7 | 63 | 2B |
| Octal | 1 | 225 | 333 | 144 | 40 | 0 | 16 | 307 | 143 | 53 |
| Binary | 1 | 10010101 | 11011011 | 1100100 | 100000 | 0 | 1110 | 11000111 | 1100011 | 101011 |
Color Harmonies of #0195DB
Complementary color
Monochromatic Colors of #0195DB
Black with #0195DB
Text Example
Text Example
White with #0195DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0195DB; }
p { color: rgb(1,149,219); }
H1.HeaderClassName
{
color: #0195DB;
}
.AnyTagClassName
{
color: #0195DB;
}
</style>
background-color css
<style>
a { background-color: #0195DB; }
a { background-color: rgb(1,149,219); }
div.DivClassName
{
background-color: #0195DB;
}
.BgClassName
{
background-color: #0195DB;
}
</style>
border-color css
<style>
span { border-color: #0195DB; }
span { border-color: rgb(1,149,219); }
td.TdClassName
{
border-color: #0195DB;
}
.TagClassName
{
border-color: #0195DB;
}
</style>