Shades of Pacific Blue #1595DA
Tints of Pacific Blue #1595DA
RGB
CMYK
RGB Variations
Color information
#1595DA (or 0x1595DA) is known color: Pacific Blue. HEX triplet: 15, 95 and DA. RGB value is (21,149,218). Sum of RGB (Red+Green+Blue) = 21+149+218=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #1595DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595DA is #EA6A25. Grayscale: #767676. Windows color (decimal): -15362598 or 14325013. OLE color: 14325013.
HSL color Cylindrical-coordinate representation of color #1595DA: hue angle of 201.02º 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 #1595DA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 149 | 218 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.15 |
| HSL | 201.02º | 0.82% | 0.47% | - |
| HSV(B) | 201.02º | 0.9% | 0.85% | - |
| XYZ | 23.71 | 26.72 | 70.24 | - |
| YUV | 118.59 | 184.09 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 218 | 0.90 | 0.32 | 0 | 0.15 | 201.02 | 0.82 | 0.47 |
| Hex | 15 | 95 | DA | 5A | 20 | 0 | F | C9 | 52 | 2F |
| Octal | 25 | 225 | 332 | 132 | 40 | 0 | 17 | 311 | 122 | 57 |
| Binary | 10101 | 10010101 | 11011010 | 1011010 | 100000 | 0 | 1111 | 11001001 | 1010010 | 101111 |
Color Harmonies of #1595DA
Complementary color
Monochromatic Colors of #1595DA
Black with #1595DA
Text Example
Text Example
White with #1595DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595DA; }
p { color: rgb(21,149,218); }
H1.HeaderClassName
{
color: #1595DA;
}
.AnyTagClassName
{
color: #1595DA;
}
</style>
background-color css
<style>
a { background-color: #1595DA; }
a { background-color: rgb(21,149,218); }
div.DivClassName
{
background-color: #1595DA;
}
.BgClassName
{
background-color: #1595DA;
}
</style>
border-color css
<style>
span { border-color: #1595DA; }
span { border-color: rgb(21,149,218); }
td.TdClassName
{
border-color: #1595DA;
}
.TagClassName
{
border-color: #1595DA;
}
</style>