Shades of Pacific Blue #1594CC
Tints of Pacific Blue #1594CC
RGB
CMYK
RGB Variations
Color information
#1594CC (or 0x1594CC) is known color: Pacific Blue. HEX triplet: 15, 94 and CC. RGB value is (21,148,204). Sum of RGB (Red+Green+Blue) = 21+148+204=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #1594CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594CC is #EA6B33. Grayscale: #747474. Windows color (decimal): -15362868 or 13407253. OLE color: 13407253.
HSL color Cylindrical-coordinate representation of color #1594CC: hue angle of 198.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594CC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 148 | 204 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.2 |
| HSL | 198.36º | 0.81% | 0.44% | - |
| HSV(B) | 198.36º | 0.9% | 0.8% | - |
| XYZ | 21.8 | 25.7 | 60.94 | - |
| YUV | 116.41 | 177.42 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 204 | 0.90 | 0.27 | 0 | 0.2 | 198.36 | 0.81 | 0.44 |
| Hex | 15 | 94 | CC | 5A | 1B | 0 | 14 | C6 | 51 | 2C |
| Octal | 25 | 224 | 314 | 132 | 33 | 0 | 24 | 306 | 121 | 54 |
| Binary | 10101 | 10010100 | 11001100 | 1011010 | 11011 | 0 | 10100 | 11000110 | 1010001 | 101100 |
Color Harmonies of #1594CC
Complementary color
Monochromatic Colors of #1594CC
Black with #1594CC
Text Example
Text Example
White with #1594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594CC; }
p { color: rgb(21,148,204); }
H1.HeaderClassName
{
color: #1594CC;
}
.AnyTagClassName
{
color: #1594CC;
}
</style>
background-color css
<style>
a { background-color: #1594CC; }
a { background-color: rgb(21,148,204); }
div.DivClassName
{
background-color: #1594CC;
}
.BgClassName
{
background-color: #1594CC;
}
</style>
border-color css
<style>
span { border-color: #1594CC; }
span { border-color: rgb(21,148,204); }
td.TdClassName
{
border-color: #1594CC;
}
.TagClassName
{
border-color: #1594CC;
}
</style>