Shades of Pacific Blue #1299CB
Tints of Pacific Blue #1299CB
RGB
CMYK
RGB Variations
Color information
#1299CB (or 0x1299CB) is known color: Pacific Blue. HEX triplet: 12, 99 and CB. RGB value is (18,153,203). Sum of RGB (Red+Green+Blue) = 18+153+203=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #1299CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299CB is #ED6634. Grayscale: #767676. Windows color (decimal): -15558197 or 13342994. OLE color: 13342994.
HSL color Cylindrical-coordinate representation of color #1299CB: hue angle of 196.22º 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 #1299CB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 153 | 203 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.20 |
| HSL | 196.22º | 0.84% | 0.43% | - |
| HSV(B) | 196.22º | 0.91% | 0.8% | - |
| XYZ | 22.42 | 27.22 | 60.57 | - |
| YUV | 118.34 | 175.77 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 203 | 0.91 | 0.25 | 0 | 0.20 | 196.22 | 0.84 | 0.43 |
| Hex | 12 | 99 | CB | 5B | 19 | 0 | 14 | C4 | 54 | 2B |
| Octal | 22 | 231 | 313 | 133 | 31 | 0 | 24 | 304 | 124 | 53 |
| Binary | 10010 | 10011001 | 11001011 | 1011011 | 11001 | 0 | 10100 | 11000100 | 1010100 | 101011 |
Color Harmonies of #1299CB
Complementary color
Monochromatic Colors of #1299CB
Black with #1299CB
Text Example
Text Example
White with #1299CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299CB; }
p { color: rgb(18,153,203); }
H1.HeaderClassName
{
color: #1299CB;
}
.AnyTagClassName
{
color: #1299CB;
}
</style>
background-color css
<style>
a { background-color: #1299CB; }
a { background-color: rgb(18,153,203); }
div.DivClassName
{
background-color: #1299CB;
}
.BgClassName
{
background-color: #1299CB;
}
</style>
border-color css
<style>
span { border-color: #1299CB; }
span { border-color: rgb(18,153,203); }
td.TdClassName
{
border-color: #1299CB;
}
.TagClassName
{
border-color: #1299CB;
}
</style>