Shades of Pacific Blue #1298BF
Tints of Pacific Blue #1298BF
RGB
CMYK
RGB Variations
Color information
#1298BF (or 0x1298BF) is known color: Pacific Blue. HEX triplet: 12, 98 and BF. RGB value is (18,152,191). Sum of RGB (Red+Green+Blue) = 18+152+191=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1298BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298BF is #ED6740. Grayscale: #747474. Windows color (decimal): -15558465 or 12556306. OLE color: 12556306.
HSL color Cylindrical-coordinate representation of color #1298BF: hue angle of 193.53º 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 #1298BF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 152 | 191 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.25 |
| HSL | 193.53º | 0.83% | 0.41% | - |
| HSV(B) | 193.53º | 0.91% | 0.75% | - |
| XYZ | 20.88 | 26.35 | 53.28 | - |
| YUV | 116.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 191 | 0.91 | 0.20 | 0 | 0.25 | 193.53 | 0.83 | 0.41 |
| Hex | 12 | 98 | BF | 5B | 14 | 0 | 19 | C2 | 53 | 29 |
| Octal | 22 | 230 | 277 | 133 | 24 | 0 | 31 | 302 | 123 | 51 |
| Binary | 10010 | 10011000 | 10111111 | 1011011 | 10100 | 0 | 11001 | 11000010 | 1010011 | 101001 |
Color Harmonies of #1298BF
Complementary color
Monochromatic Colors of #1298BF
Black with #1298BF
Text Example
Text Example
White with #1298BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1298BF; }
p { color: rgb(18,152,191); }
H1.HeaderClassName
{
color: #1298BF;
}
.AnyTagClassName
{
color: #1298BF;
}
</style>
background-color css
<style>
a { background-color: #1298BF; }
a { background-color: rgb(18,152,191); }
div.DivClassName
{
background-color: #1298BF;
}
.BgClassName
{
background-color: #1298BF;
}
</style>
border-color css
<style>
span { border-color: #1298BF; }
span { border-color: rgb(18,152,191); }
td.TdClassName
{
border-color: #1298BF;
}
.TagClassName
{
border-color: #1298BF;
}
</style>