Shades of Cerulean #0A649E
Tints of Cerulean #0A649E
RGB
CMYK
RGB Variations
Color information
#0A649E (or 0x0A649E) is known color: Cerulean. HEX triplet: 0A, 64 and 9E. RGB value is (10,100,158). Sum of RGB (Red+Green+Blue) = 10+100+158=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A649E is #F59B61. Grayscale: #4F4F4F. Windows color (decimal): -16096098 or 10380298. OLE color: 10380298.
HSL color Cylindrical-coordinate representation of color #0A649E: hue angle of 203.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A649E is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 100 | 158 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.38 |
| HSL | 203.51º | 0.88% | 0.33% | - |
| HSV(B) | 203.51º | 0.94% | 0.62% | - |
| XYZ | 10.85 | 11.65 | 34.02 | - |
| YUV | 79.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 158 | 0.94 | 0.37 | 0 | 0.38 | 203.51 | 0.88 | 0.33 |
| Hex | A | 64 | 9E | 5E | 25 | 0 | 26 | CC | 58 | 21 |
| Octal | 12 | 144 | 236 | 136 | 45 | 0 | 46 | 314 | 130 | 41 |
| Binary | 1010 | 1100100 | 10011110 | 1011110 | 100101 | 0 | 100110 | 11001100 | 1011000 | 100001 |
Color Harmonies of #0A649E
Complementary color
Monochromatic Colors of #0A649E
Black with #0A649E
Text Example
Text Example
White with #0A649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A649E; }
p { color: rgb(10,100,158); }
H1.HeaderClassName
{
color: #0A649E;
}
.AnyTagClassName
{
color: #0A649E;
}
</style>
background-color css
<style>
a { background-color: #0A649E; }
a { background-color: rgb(10,100,158); }
div.DivClassName
{
background-color: #0A649E;
}
.BgClassName
{
background-color: #0A649E;
}
</style>
border-color css
<style>
span { border-color: #0A649E; }
span { border-color: rgb(10,100,158); }
td.TdClassName
{
border-color: #0A649E;
}
.TagClassName
{
border-color: #0A649E;
}
</style>