Shades of Pacific Blue #1790CB
Tints of Pacific Blue #1790CB
RGB
CMYK
RGB Variations
Color information
#1790CB (or 0x1790CB) is known color: Pacific Blue. HEX triplet: 17, 90 and CB. RGB value is (23,144,203). Sum of RGB (Red+Green+Blue) = 23+144+203=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #1790CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1790CB is #E86F34. Grayscale: #727272. Windows color (decimal): -15232821 or 13340695. OLE color: 13340695.
HSL color Cylindrical-coordinate representation of color #1790CB: hue angle of 199.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1790CB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 144 | 203 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.20 |
| HSL | 199.67º | 0.8% | 0.44% | - |
| HSV(B) | 199.67º | 0.89% | 0.8% | - |
| XYZ | 21.11 | 24.44 | 60.1 | - |
| YUV | 114.55 | 177.91 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 203 | 0.89 | 0.29 | 0 | 0.20 | 199.67 | 0.8 | 0.44 |
| Hex | 17 | 90 | CB | 59 | 1D | 0 | 14 | C8 | 50 | 2C |
| Octal | 27 | 220 | 313 | 131 | 35 | 0 | 24 | 310 | 120 | 54 |
| Binary | 10111 | 10010000 | 11001011 | 1011001 | 11101 | 0 | 10100 | 11001000 | 1010000 | 101100 |
Color Harmonies of #1790CB
Complementary color
Monochromatic Colors of #1790CB
Black with #1790CB
Text Example
Text Example
White with #1790CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790CB; }
p { color: rgb(23,144,203); }
H1.HeaderClassName
{
color: #1790CB;
}
.AnyTagClassName
{
color: #1790CB;
}
</style>
background-color css
<style>
a { background-color: #1790CB; }
a { background-color: rgb(23,144,203); }
div.DivClassName
{
background-color: #1790CB;
}
.BgClassName
{
background-color: #1790CB;
}
</style>
border-color css
<style>
span { border-color: #1790CB; }
span { border-color: rgb(23,144,203); }
td.TdClassName
{
border-color: #1790CB;
}
.TagClassName
{
border-color: #1790CB;
}
</style>