Shades of Pacific Blue #1492CC
Tints of Pacific Blue #1492CC
RGB
CMYK
RGB Variations
Color information
#1492CC (or 0x1492CC) is known color: Pacific Blue. HEX triplet: 14, 92 and CC. RGB value is (20,146,204). Sum of RGB (Red+Green+Blue) = 20+146+204=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #1492CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492CC is #EB6D33. Grayscale: #727272. Windows color (decimal): -15428916 or 13406740. OLE color: 13406740.
HSL color Cylindrical-coordinate representation of color #1492CC: hue angle of 198.91º degrees, saturation: 0.82, 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 #1492CC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 146 | 204 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.2 |
| HSL | 198.91º | 0.82% | 0.44% | - |
| HSV(B) | 198.91º | 0.9% | 0.8% | - |
| XYZ | 21.47 | 25.07 | 60.83 | - |
| YUV | 114.94 | 178.26 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 204 | 0.90 | 0.28 | 0 | 0.2 | 198.91 | 0.82 | 0.44 |
| Hex | 14 | 92 | CC | 5A | 1C | 0 | 14 | C7 | 52 | 2C |
| Octal | 24 | 222 | 314 | 132 | 34 | 0 | 24 | 307 | 122 | 54 |
| Binary | 10100 | 10010010 | 11001100 | 1011010 | 11100 | 0 | 10100 | 11000111 | 1010010 | 101100 |
Color Harmonies of #1492CC
Complementary color
Monochromatic Colors of #1492CC
Black with #1492CC
Text Example
Text Example
White with #1492CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492CC; }
p { color: rgb(20,146,204); }
H1.HeaderClassName
{
color: #1492CC;
}
.AnyTagClassName
{
color: #1492CC;
}
</style>
background-color css
<style>
a { background-color: #1492CC; }
a { background-color: rgb(20,146,204); }
div.DivClassName
{
background-color: #1492CC;
}
.BgClassName
{
background-color: #1492CC;
}
</style>
border-color css
<style>
span { border-color: #1492CC; }
span { border-color: rgb(20,146,204); }
td.TdClassName
{
border-color: #1492CC;
}
.TagClassName
{
border-color: #1492CC;
}
</style>