Shades of Pacific Blue #0C92DA
Tints of Pacific Blue #0C92DA
RGB
CMYK
RGB Variations
Color information
#0C92DA (or 0x0C92DA) is known color: Pacific Blue. HEX triplet: 0C, 92 and DA. RGB value is (12,146,218). Sum of RGB (Red+Green+Blue) = 12+146+218=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C92DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C92DA is #F36D25. Grayscale: #717171. Windows color (decimal): -15953190 or 14324236. OLE color: 14324236.
HSL color Cylindrical-coordinate representation of color #0C92DA: hue angle of 200.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C92DA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 146 | 218 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.15 |
| HSL | 200.97º | 0.9% | 0.45% | - |
| HSV(B) | 200.97º | 0.94% | 0.85% | - |
| XYZ | 23.09 | 25.7 | 70.07 | - |
| YUV | 114.14 | 186.61 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 218 | 0.94 | 0.33 | 0 | 0.15 | 200.97 | 0.9 | 0.45 |
| Hex | C | 92 | DA | 5E | 21 | 0 | F | C9 | 5A | 2D |
| Octal | 14 | 222 | 332 | 136 | 41 | 0 | 17 | 311 | 132 | 55 |
| Binary | 1100 | 10010010 | 11011010 | 1011110 | 100001 | 0 | 1111 | 11001001 | 1011010 | 101101 |
Color Harmonies of #0C92DA
Complementary color
Monochromatic Colors of #0C92DA
Black with #0C92DA
Text Example
Text Example
White with #0C92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C92DA; }
p { color: rgb(12,146,218); }
H1.HeaderClassName
{
color: #0C92DA;
}
.AnyTagClassName
{
color: #0C92DA;
}
</style>
background-color css
<style>
a { background-color: #0C92DA; }
a { background-color: rgb(12,146,218); }
div.DivClassName
{
background-color: #0C92DA;
}
.BgClassName
{
background-color: #0C92DA;
}
</style>
border-color css
<style>
span { border-color: #0C92DA; }
span { border-color: rgb(12,146,218); }
td.TdClassName
{
border-color: #0C92DA;
}
.TagClassName
{
border-color: #0C92DA;
}
</style>