Shades of Pacific Blue #1185CF
Tints of Pacific Blue #1185CF
RGB
CMYK
RGB Variations
Color information
#1185CF (or 0x1185CF) is known color: Pacific Blue. HEX triplet: 11, 85 and CF. RGB value is (17,133,207). Sum of RGB (Red+Green+Blue) = 17+133+207=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #1185CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185CF is #EE7A30. Grayscale: #6A6A6A. Windows color (decimal): -15628849 or 13600017. OLE color: 13600017.
HSL color Cylindrical-coordinate representation of color #1185CF: hue angle of 203.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1185CF is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 133 | 207 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.19 |
| HSL | 203.37º | 0.85% | 0.44% | - |
| HSV(B) | 203.37º | 0.92% | 0.81% | - |
| XYZ | 19.88 | 21.4 | 62.11 | - |
| YUV | 106.75 | 184.57 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 207 | 0.92 | 0.36 | 0 | 0.19 | 203.37 | 0.85 | 0.44 |
| Hex | 11 | 85 | CF | 5C | 24 | 0 | 13 | CB | 55 | 2C |
| Octal | 21 | 205 | 317 | 134 | 44 | 0 | 23 | 313 | 125 | 54 |
| Binary | 10001 | 10000101 | 11001111 | 1011100 | 100100 | 0 | 10011 | 11001011 | 1010101 | 101100 |
Color Harmonies of #1185CF
Complementary color
Monochromatic Colors of #1185CF
Black with #1185CF
Text Example
Text Example
White with #1185CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185CF; }
p { color: rgb(17,133,207); }
H1.HeaderClassName
{
color: #1185CF;
}
.AnyTagClassName
{
color: #1185CF;
}
</style>
background-color css
<style>
a { background-color: #1185CF; }
a { background-color: rgb(17,133,207); }
div.DivClassName
{
background-color: #1185CF;
}
.BgClassName
{
background-color: #1185CF;
}
</style>
border-color css
<style>
span { border-color: #1185CF; }
span { border-color: rgb(17,133,207); }
td.TdClassName
{
border-color: #1185CF;
}
.TagClassName
{
border-color: #1185CF;
}
</style>