Shades of Pacific Blue #1892D1
Tints of Pacific Blue #1892D1
RGB
CMYK
RGB Variations
Color information
#1892D1 (or 0x1892D1) is known color: Pacific Blue. HEX triplet: 18, 92 and D1. RGB value is (24,146,209). Sum of RGB (Red+Green+Blue) = 24+146+209=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #1892D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892D1 is #E76D2E. Grayscale: #747474. Windows color (decimal): -15166767 or 13734424. OLE color: 13734424.
HSL color Cylindrical-coordinate representation of color #1892D1: hue angle of 200.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1892D1 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 146 | 209 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.18 |
| HSL | 200.43º | 0.79% | 0.46% | - |
| HSV(B) | 200.43º | 0.89% | 0.82% | - |
| XYZ | 22.16 | 25.36 | 64.05 | - |
| YUV | 116.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 209 | 0.89 | 0.30 | 0 | 0.18 | 200.43 | 0.79 | 0.46 |
| Hex | 18 | 92 | D1 | 59 | 1E | 0 | 12 | C8 | 4F | 2E |
| Octal | 30 | 222 | 321 | 131 | 36 | 0 | 22 | 310 | 117 | 56 |
| Binary | 11000 | 10010010 | 11010001 | 1011001 | 11110 | 0 | 10010 | 11001000 | 1001111 | 101110 |
Color Harmonies of #1892D1
Complementary color
Monochromatic Colors of #1892D1
Black with #1892D1
Text Example
Text Example
White with #1892D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892D1; }
p { color: rgb(24,146,209); }
H1.HeaderClassName
{
color: #1892D1;
}
.AnyTagClassName
{
color: #1892D1;
}
</style>
background-color css
<style>
a { background-color: #1892D1; }
a { background-color: rgb(24,146,209); }
div.DivClassName
{
background-color: #1892D1;
}
.BgClassName
{
background-color: #1892D1;
}
</style>
border-color css
<style>
span { border-color: #1892D1; }
span { border-color: rgb(24,146,209); }
td.TdClassName
{
border-color: #1892D1;
}
.TagClassName
{
border-color: #1892D1;
}
</style>