Shades of Pacific Blue #1594C6
Tints of Pacific Blue #1594C6
RGB
CMYK
RGB Variations
Color information
#1594C6 (or 0x1594C6) is known color: Pacific Blue. HEX triplet: 15, 94 and C6. RGB value is (21,148,198). Sum of RGB (Red+Green+Blue) = 21+148+198=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #1594C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594C6 is #EA6B39. Grayscale: #737373. Windows color (decimal): -15362874 or 13014037. OLE color: 13014037.
HSL color Cylindrical-coordinate representation of color #1594C6: hue angle of 196.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1594C6 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 148 | 198 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.22 |
| HSL | 196.95º | 0.81% | 0.43% | - |
| HSV(B) | 196.95º | 0.89% | 0.78% | - |
| XYZ | 21.09 | 25.42 | 57.22 | - |
| YUV | 115.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 198 | 0.89 | 0.25 | 0 | 0.22 | 196.95 | 0.81 | 0.43 |
| Hex | 15 | 94 | C6 | 59 | 19 | 0 | 16 | C5 | 51 | 2B |
| Octal | 25 | 224 | 306 | 131 | 31 | 0 | 26 | 305 | 121 | 53 |
| Binary | 10101 | 10010100 | 11000110 | 1011001 | 11001 | 0 | 10110 | 11000101 | 1010001 | 101011 |
Color Harmonies of #1594C6
Complementary color
Monochromatic Colors of #1594C6
Black with #1594C6
Text Example
Text Example
White with #1594C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594C6; }
p { color: rgb(21,148,198); }
H1.HeaderClassName
{
color: #1594C6;
}
.AnyTagClassName
{
color: #1594C6;
}
</style>
background-color css
<style>
a { background-color: #1594C6; }
a { background-color: rgb(21,148,198); }
div.DivClassName
{
background-color: #1594C6;
}
.BgClassName
{
background-color: #1594C6;
}
</style>
border-color css
<style>
span { border-color: #1594C6; }
span { border-color: rgb(21,148,198); }
td.TdClassName
{
border-color: #1594C6;
}
.TagClassName
{
border-color: #1594C6;
}
</style>