Shades of Pacific Blue #0A92DF
Tints of Pacific Blue #0A92DF
RGB
CMYK
RGB Variations
Color information
#0A92DF (or 0x0A92DF) is known color: Pacific Blue. HEX triplet: 0A, 92 and DF. RGB value is (10,146,223). Sum of RGB (Red+Green+Blue) = 10+146+223=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A92DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A92DF is #F56D20. Grayscale: #717171. Windows color (decimal): -16084257 or 14651914. OLE color: 14651914.
HSL color Cylindrical-coordinate representation of color #0A92DF: hue angle of 201.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A92DF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 146 | 223 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.13 |
| HSL | 201.69º | 0.91% | 0.46% | - |
| HSV(B) | 201.69º | 0.96% | 0.87% | - |
| XYZ | 23.72 | 25.95 | 73.57 | - |
| YUV | 114.11 | 189.44 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 223 | 0.96 | 0.35 | 0 | 0.13 | 201.69 | 0.91 | 0.46 |
| Hex | A | 92 | DF | 60 | 23 | 0 | D | CA | 5B | 2E |
| Octal | 12 | 222 | 337 | 140 | 43 | 0 | 15 | 312 | 133 | 56 |
| Binary | 1010 | 10010010 | 11011111 | 1100000 | 100011 | 0 | 1101 | 11001010 | 1011011 | 101110 |
Color Harmonies of #0A92DF
Complementary color
Monochromatic Colors of #0A92DF
Black with #0A92DF
Text Example
Text Example
White with #0A92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A92DF; }
p { color: rgb(10,146,223); }
H1.HeaderClassName
{
color: #0A92DF;
}
.AnyTagClassName
{
color: #0A92DF;
}
</style>
background-color css
<style>
a { background-color: #0A92DF; }
a { background-color: rgb(10,146,223); }
div.DivClassName
{
background-color: #0A92DF;
}
.BgClassName
{
background-color: #0A92DF;
}
</style>
border-color css
<style>
span { border-color: #0A92DF; }
span { border-color: rgb(10,146,223); }
td.TdClassName
{
border-color: #0A92DF;
}
.TagClassName
{
border-color: #0A92DF;
}
</style>