Shades of Cerulean #0A6698
Tints of Cerulean #0A6698
RGB
CMYK
RGB Variations
Color information
#0A6698 (or 0x0A6698) is known color: Cerulean. HEX triplet: 0A, 66 and 98. RGB value is (10,102,152). Sum of RGB (Red+Green+Blue) = 10+102+152=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6698 is #F59967. Grayscale: #4F4F4F. Windows color (decimal): -16095592 or 9987594. OLE color: 9987594.
HSL color Cylindrical-coordinate representation of color #0A6698: hue angle of 201.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6698 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 102 | 152 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.40 |
| HSL | 201.13º | 0.88% | 0.32% | - |
| HSV(B) | 201.13º | 0.93% | 0.6% | - |
| XYZ | 10.54 | 11.83 | 31.43 | - |
| YUV | 80.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 152 | 0.93 | 0.33 | 0 | 0.40 | 201.13 | 0.88 | 0.32 |
| Hex | A | 66 | 98 | 5D | 21 | 0 | 28 | C9 | 58 | 20 |
| Octal | 12 | 146 | 230 | 135 | 41 | 0 | 50 | 311 | 130 | 40 |
| Binary | 1010 | 1100110 | 10011000 | 1011101 | 100001 | 0 | 101000 | 11001001 | 1011000 | 100000 |
Color Harmonies of #0A6698
Complementary color
Monochromatic Colors of #0A6698
Black with #0A6698
Text Example
Text Example
White with #0A6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6698; }
p { color: rgb(10,102,152); }
H1.HeaderClassName
{
color: #0A6698;
}
.AnyTagClassName
{
color: #0A6698;
}
</style>
background-color css
<style>
a { background-color: #0A6698; }
a { background-color: rgb(10,102,152); }
div.DivClassName
{
background-color: #0A6698;
}
.BgClassName
{
background-color: #0A6698;
}
</style>
border-color css
<style>
span { border-color: #0A6698; }
span { border-color: rgb(10,102,152); }
td.TdClassName
{
border-color: #0A6698;
}
.TagClassName
{
border-color: #0A6698;
}
</style>