Shades of Pacific Blue #0A85CA
Tints of Pacific Blue #0A85CA
RGB
CMYK
RGB Variations
Color information
#0A85CA (or 0x0A85CA) is known color: Pacific Blue. HEX triplet: 0A, 85 and CA. RGB value is (10,133,202). Sum of RGB (Red+Green+Blue) = 10+133+202=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A85CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A85CA is #F57A35. Grayscale: #676767. Windows color (decimal): -16087606 or 13272330. OLE color: 13272330.
HSL color Cylindrical-coordinate representation of color #0A85CA: hue angle of 201.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A85CA is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 133 | 202 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.21 |
| HSL | 201.56º | 0.91% | 0.42% | - |
| HSV(B) | 201.56º | 0.95% | 0.79% | - |
| XYZ | 19.17 | 21.1 | 58.94 | - |
| YUV | 104.09 | 183.25 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 202 | 0.95 | 0.34 | 0 | 0.21 | 201.56 | 0.91 | 0.42 |
| Hex | A | 85 | CA | 5F | 22 | 0 | 15 | CA | 5B | 2A |
| Octal | 12 | 205 | 312 | 137 | 42 | 0 | 25 | 312 | 133 | 52 |
| Binary | 1010 | 10000101 | 11001010 | 1011111 | 100010 | 0 | 10101 | 11001010 | 1011011 | 101010 |
Color Harmonies of #0A85CA
Complementary color
Monochromatic Colors of #0A85CA
Black with #0A85CA
Text Example
Text Example
White with #0A85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85CA; }
p { color: rgb(10,133,202); }
H1.HeaderClassName
{
color: #0A85CA;
}
.AnyTagClassName
{
color: #0A85CA;
}
</style>
background-color css
<style>
a { background-color: #0A85CA; }
a { background-color: rgb(10,133,202); }
div.DivClassName
{
background-color: #0A85CA;
}
.BgClassName
{
background-color: #0A85CA;
}
</style>
border-color css
<style>
span { border-color: #0A85CA; }
span { border-color: rgb(10,133,202); }
td.TdClassName
{
border-color: #0A85CA;
}
.TagClassName
{
border-color: #0A85CA;
}
</style>