Shades of Pacific Blue #1295DB
Tints of Pacific Blue #1295DB
RGB
CMYK
RGB Variations
Color information
#1295DB (or 0x1295DB) is known color: Pacific Blue. HEX triplet: 12, 95 and DB. RGB value is (18,149,219). Sum of RGB (Red+Green+Blue) = 18+149+219=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #1295DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295DB is #ED6A24. Grayscale: #757575. Windows color (decimal): -15559205 or 14390546. OLE color: 14390546.
HSL color Cylindrical-coordinate representation of color #1295DB: hue angle of 200.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1295DB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 149 | 219 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.14 |
| HSL | 200.9º | 0.85% | 0.46% | - |
| HSV(B) | 200.9º | 0.92% | 0.86% | - |
| XYZ | 23.78 | 26.74 | 70.93 | - |
| YUV | 117.81 | 185.1 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 219 | 0.92 | 0.32 | 0 | 0.14 | 200.9 | 0.85 | 0.46 |
| Hex | 12 | 95 | DB | 5C | 20 | 0 | E | C9 | 55 | 2E |
| Octal | 22 | 225 | 333 | 134 | 40 | 0 | 16 | 311 | 125 | 56 |
| Binary | 10010 | 10010101 | 11011011 | 1011100 | 100000 | 0 | 1110 | 11001001 | 1010101 | 101110 |
Color Harmonies of #1295DB
Complementary color
Monochromatic Colors of #1295DB
Black with #1295DB
Text Example
Text Example
White with #1295DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295DB; }
p { color: rgb(18,149,219); }
H1.HeaderClassName
{
color: #1295DB;
}
.AnyTagClassName
{
color: #1295DB;
}
</style>
background-color css
<style>
a { background-color: #1295DB; }
a { background-color: rgb(18,149,219); }
div.DivClassName
{
background-color: #1295DB;
}
.BgClassName
{
background-color: #1295DB;
}
</style>
border-color css
<style>
span { border-color: #1295DB; }
span { border-color: rgb(18,149,219); }
td.TdClassName
{
border-color: #1295DB;
}
.TagClassName
{
border-color: #1295DB;
}
</style>