Shades of Cerulean #0A78AD
Tints of Cerulean #0A78AD
RGB
CMYK
RGB Variations
Color information
#0A78AD (or 0x0A78AD) is known color: Cerulean. HEX triplet: 0A, 78 and AD. RGB value is (10,120,173). Sum of RGB (Red+Green+Blue) = 10+120+173=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A78AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A78AD is #F58752. Grayscale: #5C5C5C. Windows color (decimal): -16090963 or 11368458. OLE color: 11368458.
HSL color Cylindrical-coordinate representation of color #0A78AD: hue angle of 199.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A78AD is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 120 | 173 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.32 |
| HSL | 199.51º | 0.89% | 0.36% | - |
| HSV(B) | 199.51º | 0.94% | 0.68% | - |
| XYZ | 14.38 | 16.51 | 41.96 | - |
| YUV | 93.15 | 173.06 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 173 | 0.94 | 0.31 | 0 | 0.32 | 199.51 | 0.89 | 0.36 |
| Hex | A | 78 | AD | 5E | 1F | 0 | 20 | C8 | 59 | 24 |
| Octal | 12 | 170 | 255 | 136 | 37 | 0 | 40 | 310 | 131 | 44 |
| Binary | 1010 | 1111000 | 10101101 | 1011110 | 11111 | 0 | 100000 | 11001000 | 1011001 | 100100 |
Color Harmonies of #0A78AD
Complementary color
Monochromatic Colors of #0A78AD
Black with #0A78AD
Text Example
Text Example
White with #0A78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A78AD; }
p { color: rgb(10,120,173); }
H1.HeaderClassName
{
color: #0A78AD;
}
.AnyTagClassName
{
color: #0A78AD;
}
</style>
background-color css
<style>
a { background-color: #0A78AD; }
a { background-color: rgb(10,120,173); }
div.DivClassName
{
background-color: #0A78AD;
}
.BgClassName
{
background-color: #0A78AD;
}
</style>
border-color css
<style>
span { border-color: #0A78AD; }
span { border-color: rgb(10,120,173); }
td.TdClassName
{
border-color: #0A78AD;
}
.TagClassName
{
border-color: #0A78AD;
}
</style>