Shades of Cerulean #0A659C
Tints of Cerulean #0A659C
RGB
CMYK
RGB Variations
Color information
#0A659C (or 0x0A659C) is known color: Cerulean. HEX triplet: 0A, 65 and 9C. RGB value is (10,101,156). Sum of RGB (Red+Green+Blue) = 10+101+156=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A659C is #F59A63. Grayscale: #4F4F4F. Windows color (decimal): -16095844 or 10249482. OLE color: 10249482.
HSL color Cylindrical-coordinate representation of color #0A659C: hue angle of 202.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A659C is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 101 | 156 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.39 |
| HSL | 202.6º | 0.88% | 0.33% | - |
| HSV(B) | 202.6º | 0.94% | 0.61% | - |
| XYZ | 10.78 | 11.77 | 33.16 | - |
| YUV | 80.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 156 | 0.94 | 0.35 | 0 | 0.39 | 202.6 | 0.88 | 0.33 |
| Hex | A | 65 | 9C | 5E | 23 | 0 | 27 | CB | 58 | 21 |
| Octal | 12 | 145 | 234 | 136 | 43 | 0 | 47 | 313 | 130 | 41 |
| Binary | 1010 | 1100101 | 10011100 | 1011110 | 100011 | 0 | 100111 | 11001011 | 1011000 | 100001 |
Color Harmonies of #0A659C
Complementary color
Monochromatic Colors of #0A659C
Black with #0A659C
Text Example
Text Example
White with #0A659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A659C; }
p { color: rgb(10,101,156); }
H1.HeaderClassName
{
color: #0A659C;
}
.AnyTagClassName
{
color: #0A659C;
}
</style>
background-color css
<style>
a { background-color: #0A659C; }
a { background-color: rgb(10,101,156); }
div.DivClassName
{
background-color: #0A659C;
}
.BgClassName
{
background-color: #0A659C;
}
</style>
border-color css
<style>
span { border-color: #0A659C; }
span { border-color: rgb(10,101,156); }
td.TdClassName
{
border-color: #0A659C;
}
.TagClassName
{
border-color: #0A659C;
}
</style>