Shades of Pacific Blue #1298CB
Tints of Pacific Blue #1298CB
RGB
CMYK
RGB Variations
Color information
#1298CB (or 0x1298CB) is known color: Pacific Blue. HEX triplet: 12, 98 and CB. RGB value is (18,152,203). Sum of RGB (Red+Green+Blue) = 18+152+203=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #1298CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298CB is #ED6734. Grayscale: #757575. Windows color (decimal): -15558453 or 13342738. OLE color: 13342738.
HSL color Cylindrical-coordinate representation of color #1298CB: hue angle of 196.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1298CB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 152 | 203 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.20 |
| HSL | 196.54º | 0.84% | 0.43% | - |
| HSV(B) | 196.54º | 0.91% | 0.8% | - |
| XYZ | 22.26 | 26.9 | 60.52 | - |
| YUV | 117.75 | 176.11 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 203 | 0.91 | 0.25 | 0 | 0.20 | 196.54 | 0.84 | 0.43 |
| Hex | 12 | 98 | CB | 5B | 19 | 0 | 14 | C5 | 54 | 2B |
| Octal | 22 | 230 | 313 | 133 | 31 | 0 | 24 | 305 | 124 | 53 |
| Binary | 10010 | 10011000 | 11001011 | 1011011 | 11001 | 0 | 10100 | 11000101 | 1010100 | 101011 |
Color Harmonies of #1298CB
Complementary color
Monochromatic Colors of #1298CB
Black with #1298CB
Text Example
Text Example
White with #1298CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1298CB; }
p { color: rgb(18,152,203); }
H1.HeaderClassName
{
color: #1298CB;
}
.AnyTagClassName
{
color: #1298CB;
}
</style>
background-color css
<style>
a { background-color: #1298CB; }
a { background-color: rgb(18,152,203); }
div.DivClassName
{
background-color: #1298CB;
}
.BgClassName
{
background-color: #1298CB;
}
</style>
border-color css
<style>
span { border-color: #1298CB; }
span { border-color: rgb(18,152,203); }
td.TdClassName
{
border-color: #1298CB;
}
.TagClassName
{
border-color: #1298CB;
}
</style>