Shades of Pacific Blue #1392CB
Tints of Pacific Blue #1392CB
RGB
CMYK
RGB Variations
Color information
#1392CB (or 0x1392CB) is known color: Pacific Blue. HEX triplet: 13, 92 and CB. RGB value is (19,146,203). Sum of RGB (Red+Green+Blue) = 19+146+203=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #1392CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392CB is #EC6D34. Grayscale: #727272. Windows color (decimal): -15494453 or 13341203. OLE color: 13341203.
HSL color Cylindrical-coordinate representation of color #1392CB: hue angle of 198.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1392CB is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 146 | 203 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.20 |
| HSL | 198.59º | 0.83% | 0.44% | - |
| HSV(B) | 198.59º | 0.91% | 0.8% | - |
| XYZ | 21.33 | 25.01 | 60.2 | - |
| YUV | 114.53 | 177.92 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 203 | 0.91 | 0.28 | 0 | 0.20 | 198.59 | 0.83 | 0.44 |
| Hex | 13 | 92 | CB | 5B | 1C | 0 | 14 | C7 | 53 | 2C |
| Octal | 23 | 222 | 313 | 133 | 34 | 0 | 24 | 307 | 123 | 54 |
| Binary | 10011 | 10010010 | 11001011 | 1011011 | 11100 | 0 | 10100 | 11000111 | 1010011 | 101100 |
Color Harmonies of #1392CB
Complementary color
Monochromatic Colors of #1392CB
Black with #1392CB
Text Example
Text Example
White with #1392CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392CB; }
p { color: rgb(19,146,203); }
H1.HeaderClassName
{
color: #1392CB;
}
.AnyTagClassName
{
color: #1392CB;
}
</style>
background-color css
<style>
a { background-color: #1392CB; }
a { background-color: rgb(19,146,203); }
div.DivClassName
{
background-color: #1392CB;
}
.BgClassName
{
background-color: #1392CB;
}
</style>
border-color css
<style>
span { border-color: #1392CB; }
span { border-color: rgb(19,146,203); }
td.TdClassName
{
border-color: #1392CB;
}
.TagClassName
{
border-color: #1392CB;
}
</style>