Shades of Pacific Blue #1592CB
Tints of Pacific Blue #1592CB
RGB
CMYK
RGB Variations
Color information
#1592CB (or 0x1592CB) is known color: Pacific Blue. HEX triplet: 15, 92 and CB. RGB value is (21,146,203). Sum of RGB (Red+Green+Blue) = 21+146+203=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #1592CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592CB is #EA6D34. Grayscale: #727272. Windows color (decimal): -15363381 or 13341205. OLE color: 13341205.
HSL color Cylindrical-coordinate representation of color #1592CB: hue angle of 198.79º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1592CB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 146 | 203 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.20 |
| HSL | 198.79º | 0.81% | 0.44% | - |
| HSV(B) | 198.79º | 0.9% | 0.8% | - |
| XYZ | 21.37 | 25.03 | 60.2 | - |
| YUV | 115.12 | 177.59 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 203 | 0.90 | 0.28 | 0 | 0.20 | 198.79 | 0.81 | 0.44 |
| Hex | 15 | 92 | CB | 5A | 1C | 0 | 14 | C7 | 51 | 2C |
| Octal | 25 | 222 | 313 | 132 | 34 | 0 | 24 | 307 | 121 | 54 |
| Binary | 10101 | 10010010 | 11001011 | 1011010 | 11100 | 0 | 10100 | 11000111 | 1010001 | 101100 |
Color Harmonies of #1592CB
Complementary color
Monochromatic Colors of #1592CB
Black with #1592CB
Text Example
Text Example
White with #1592CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592CB; }
p { color: rgb(21,146,203); }
H1.HeaderClassName
{
color: #1592CB;
}
.AnyTagClassName
{
color: #1592CB;
}
</style>
background-color css
<style>
a { background-color: #1592CB; }
a { background-color: rgb(21,146,203); }
div.DivClassName
{
background-color: #1592CB;
}
.BgClassName
{
background-color: #1592CB;
}
</style>
border-color css
<style>
span { border-color: #1592CB; }
span { border-color: rgb(21,146,203); }
td.TdClassName
{
border-color: #1592CB;
}
.TagClassName
{
border-color: #1592CB;
}
</style>