Shades of Pacific Blue #1790CC
Tints of Pacific Blue #1790CC
RGB
CMYK
RGB Variations
Color information
#1790CC (or 0x1790CC) is known color: Pacific Blue. HEX triplet: 17, 90 and CC. RGB value is (23,144,204). Sum of RGB (Red+Green+Blue) = 23+144+204=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #1790CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1790CC is #E86F33. Grayscale: #727272. Windows color (decimal): -15232820 or 13406231. OLE color: 13406231.
HSL color Cylindrical-coordinate representation of color #1790CC: hue angle of 199.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1790CC is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 144 | 204 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.2 |
| HSL | 199.89º | 0.8% | 0.45% | - |
| HSV(B) | 199.89º | 0.89% | 0.8% | - |
| XYZ | 21.23 | 24.49 | 60.73 | - |
| YUV | 114.66 | 178.41 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 204 | 0.89 | 0.29 | 0 | 0.2 | 199.89 | 0.8 | 0.45 |
| Hex | 17 | 90 | CC | 59 | 1D | 0 | 14 | C8 | 50 | 2D |
| Octal | 27 | 220 | 314 | 131 | 35 | 0 | 24 | 310 | 120 | 55 |
| Binary | 10111 | 10010000 | 11001100 | 1011001 | 11101 | 0 | 10100 | 11001000 | 1010000 | 101101 |
Color Harmonies of #1790CC
Complementary color
Monochromatic Colors of #1790CC
Black with #1790CC
Text Example
Text Example
White with #1790CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790CC; }
p { color: rgb(23,144,204); }
H1.HeaderClassName
{
color: #1790CC;
}
.AnyTagClassName
{
color: #1790CC;
}
</style>
background-color css
<style>
a { background-color: #1790CC; }
a { background-color: rgb(23,144,204); }
div.DivClassName
{
background-color: #1790CC;
}
.BgClassName
{
background-color: #1790CC;
}
</style>
border-color css
<style>
span { border-color: #1790CC; }
span { border-color: rgb(23,144,204); }
td.TdClassName
{
border-color: #1790CC;
}
.TagClassName
{
border-color: #1790CC;
}
</style>