Shades of Pacific Blue #1598DA
Tints of Pacific Blue #1598DA
RGB
CMYK
RGB Variations
Color information
#1598DA (or 0x1598DA) is known color: Pacific Blue. HEX triplet: 15, 98 and DA. RGB value is (21,152,218). Sum of RGB (Red+Green+Blue) = 21+152+218=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #1598DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598DA is #EA6725. Grayscale: #777777. Windows color (decimal): -15361830 or 14325781. OLE color: 14325781.
HSL color Cylindrical-coordinate representation of color #1598DA: hue angle of 200.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1598DA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 152 | 218 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.15 |
| HSL | 200.1º | 0.82% | 0.47% | - |
| HSV(B) | 200.1º | 0.9% | 0.85% | - |
| XYZ | 24.19 | 27.68 | 70.4 | - |
| YUV | 120.36 | 183.1 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 218 | 0.90 | 0.30 | 0 | 0.15 | 200.1 | 0.82 | 0.47 |
| Hex | 15 | 98 | DA | 5A | 1E | 0 | F | C8 | 52 | 2F |
| Octal | 25 | 230 | 332 | 132 | 36 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10101 | 10011000 | 11011010 | 1011010 | 11110 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1598DA
Complementary color
Monochromatic Colors of #1598DA
Black with #1598DA
Text Example
Text Example
White with #1598DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1598DA; }
p { color: rgb(21,152,218); }
H1.HeaderClassName
{
color: #1598DA;
}
.AnyTagClassName
{
color: #1598DA;
}
</style>
background-color css
<style>
a { background-color: #1598DA; }
a { background-color: rgb(21,152,218); }
div.DivClassName
{
background-color: #1598DA;
}
.BgClassName
{
background-color: #1598DA;
}
</style>
border-color css
<style>
span { border-color: #1598DA; }
span { border-color: rgb(21,152,218); }
td.TdClassName
{
border-color: #1598DA;
}
.TagClassName
{
border-color: #1598DA;
}
</style>