Shades of Pacific Blue #1595DC
Tints of Pacific Blue #1595DC
RGB
CMYK
RGB Variations
Color information
#1595DC (or 0x1595DC) is known color: Pacific Blue. HEX triplet: 15, 95 and DC. RGB value is (21,149,220). Sum of RGB (Red+Green+Blue) = 21+149+220=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #1595DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595DC is #EA6A23. Grayscale: #767676. Windows color (decimal): -15362596 or 14456085. OLE color: 14456085.
HSL color Cylindrical-coordinate representation of color #1595DC: hue angle of 201.41º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1595DC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 149 | 220 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.14 |
| HSL | 201.41º | 0.83% | 0.47% | - |
| HSV(B) | 201.41º | 0.9% | 0.86% | - |
| XYZ | 23.97 | 26.82 | 71.62 | - |
| YUV | 118.82 | 185.09 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 220 | 0.90 | 0.32 | 0 | 0.14 | 201.41 | 0.83 | 0.47 |
| Hex | 15 | 95 | DC | 5A | 20 | 0 | E | C9 | 53 | 2F |
| Octal | 25 | 225 | 334 | 132 | 40 | 0 | 16 | 311 | 123 | 57 |
| Binary | 10101 | 10010101 | 11011100 | 1011010 | 100000 | 0 | 1110 | 11001001 | 1010011 | 101111 |
Color Harmonies of #1595DC
Complementary color
Monochromatic Colors of #1595DC
Black with #1595DC
Text Example
Text Example
White with #1595DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595DC; }
p { color: rgb(21,149,220); }
H1.HeaderClassName
{
color: #1595DC;
}
.AnyTagClassName
{
color: #1595DC;
}
</style>
background-color css
<style>
a { background-color: #1595DC; }
a { background-color: rgb(21,149,220); }
div.DivClassName
{
background-color: #1595DC;
}
.BgClassName
{
background-color: #1595DC;
}
</style>
border-color css
<style>
span { border-color: #1595DC; }
span { border-color: rgb(21,149,220); }
td.TdClassName
{
border-color: #1595DC;
}
.TagClassName
{
border-color: #1595DC;
}
</style>