Shades of Pacific Blue #1085CF
Tints of Pacific Blue #1085CF
RGB
CMYK
RGB Variations
Color information
#1085CF (or 0x1085CF) is known color: Pacific Blue. HEX triplet: 10, 85 and CF. RGB value is (16,133,207). Sum of RGB (Red+Green+Blue) = 16+133+207=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1085CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085CF is #EF7A30. Grayscale: #6A6A6A. Windows color (decimal): -15694385 or 13600016. OLE color: 13600016.
HSL color Cylindrical-coordinate representation of color #1085CF: hue angle of 203.25º degrees, saturation: 0.86, 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 #1085CF is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 133 | 207 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.19 |
| HSL | 203.25º | 0.86% | 0.44% | - |
| HSV(B) | 203.25º | 0.92% | 0.81% | - |
| XYZ | 19.86 | 21.39 | 62.11 | - |
| YUV | 106.45 | 184.74 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 207 | 0.92 | 0.36 | 0 | 0.19 | 203.25 | 0.86 | 0.44 |
| Hex | 10 | 85 | CF | 5C | 24 | 0 | 13 | CB | 56 | 2C |
| Octal | 20 | 205 | 317 | 134 | 44 | 0 | 23 | 313 | 126 | 54 |
| Binary | 10000 | 10000101 | 11001111 | 1011100 | 100100 | 0 | 10011 | 11001011 | 1010110 | 101100 |
Color Harmonies of #1085CF
Complementary color
Monochromatic Colors of #1085CF
Black with #1085CF
Text Example
Text Example
White with #1085CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085CF; }
p { color: rgb(16,133,207); }
H1.HeaderClassName
{
color: #1085CF;
}
.AnyTagClassName
{
color: #1085CF;
}
</style>
background-color css
<style>
a { background-color: #1085CF; }
a { background-color: rgb(16,133,207); }
div.DivClassName
{
background-color: #1085CF;
}
.BgClassName
{
background-color: #1085CF;
}
</style>
border-color css
<style>
span { border-color: #1085CF; }
span { border-color: rgb(16,133,207); }
td.TdClassName
{
border-color: #1085CF;
}
.TagClassName
{
border-color: #1085CF;
}
</style>