Shades of Pacific Blue #1295BF
Tints of Pacific Blue #1295BF
RGB
CMYK
RGB Variations
Color information
#1295BF (or 0x1295BF) is known color: Pacific Blue. HEX triplet: 12, 95 and BF. RGB value is (18,149,191). Sum of RGB (Red+Green+Blue) = 18+149+191=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #1295BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295BF is #ED6A40. Grayscale: #727272. Windows color (decimal): -15559233 or 12555538. OLE color: 12555538.
HSL color Cylindrical-coordinate representation of color #1295BF: hue angle of 194.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1295BF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 149 | 191 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.25 |
| HSL | 194.57º | 0.83% | 0.41% | - |
| HSV(B) | 194.57º | 0.91% | 0.75% | - |
| XYZ | 20.4 | 25.39 | 53.11 | - |
| YUV | 114.62 | 171.1 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 191 | 0.91 | 0.22 | 0 | 0.25 | 194.57 | 0.83 | 0.41 |
| Hex | 12 | 95 | BF | 5B | 16 | 0 | 19 | C3 | 53 | 29 |
| Octal | 22 | 225 | 277 | 133 | 26 | 0 | 31 | 303 | 123 | 51 |
| Binary | 10010 | 10010101 | 10111111 | 1011011 | 10110 | 0 | 11001 | 11000011 | 1010011 | 101001 |
Color Harmonies of #1295BF
Complementary color
Monochromatic Colors of #1295BF
Black with #1295BF
Text Example
Text Example
White with #1295BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295BF; }
p { color: rgb(18,149,191); }
H1.HeaderClassName
{
color: #1295BF;
}
.AnyTagClassName
{
color: #1295BF;
}
</style>
background-color css
<style>
a { background-color: #1295BF; }
a { background-color: rgb(18,149,191); }
div.DivClassName
{
background-color: #1295BF;
}
.BgClassName
{
background-color: #1295BF;
}
</style>
border-color css
<style>
span { border-color: #1295BF; }
span { border-color: rgb(18,149,191); }
td.TdClassName
{
border-color: #1295BF;
}
.TagClassName
{
border-color: #1295BF;
}
</style>