Shades of Pacific Blue #1892CA
Tints of Pacific Blue #1892CA
RGB
CMYK
RGB Variations
Color information
#1892CA (or 0x1892CA) is known color: Pacific Blue. HEX triplet: 18, 92 and CA. RGB value is (24,146,202). Sum of RGB (Red+Green+Blue) = 24+146+202=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #1892CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892CA is #E76D35. Grayscale: #737373. Windows color (decimal): -15166774 or 13275672. OLE color: 13275672.
HSL color Cylindrical-coordinate representation of color #1892CA: hue angle of 198.88º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1892CA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 146 | 202 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.21 |
| HSL | 198.88º | 0.79% | 0.44% | - |
| HSV(B) | 198.88º | 0.88% | 0.79% | - |
| XYZ | 21.32 | 25.02 | 59.58 | - |
| YUV | 115.91 | 176.58 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 202 | 0.88 | 0.28 | 0 | 0.21 | 198.88 | 0.79 | 0.44 |
| Hex | 18 | 92 | CA | 58 | 1C | 0 | 15 | C7 | 4F | 2C |
| Octal | 30 | 222 | 312 | 130 | 34 | 0 | 25 | 307 | 117 | 54 |
| Binary | 11000 | 10010010 | 11001010 | 1011000 | 11100 | 0 | 10101 | 11000111 | 1001111 | 101100 |
Color Harmonies of #1892CA
Complementary color
Monochromatic Colors of #1892CA
Black with #1892CA
Text Example
Text Example
White with #1892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892CA; }
p { color: rgb(24,146,202); }
H1.HeaderClassName
{
color: #1892CA;
}
.AnyTagClassName
{
color: #1892CA;
}
</style>
background-color css
<style>
a { background-color: #1892CA; }
a { background-color: rgb(24,146,202); }
div.DivClassName
{
background-color: #1892CA;
}
.BgClassName
{
background-color: #1892CA;
}
</style>
border-color css
<style>
span { border-color: #1892CA; }
span { border-color: rgb(24,146,202); }
td.TdClassName
{
border-color: #1892CA;
}
.TagClassName
{
border-color: #1892CA;
}
</style>