Shades of Cerulean #0A6398
Tints of Cerulean #0A6398
RGB
CMYK
RGB Variations
Color information
#0A6398 (or 0x0A6398) is known color: Cerulean. HEX triplet: 0A, 63 and 98. RGB value is (10,99,152). Sum of RGB (Red+Green+Blue) = 10+99+152=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6398 is #F59C67. Grayscale: #4E4E4E. Windows color (decimal): -16096360 or 9986826. OLE color: 9986826.
HSL color Cylindrical-coordinate representation of color #0A6398: hue angle of 202.39º 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 #0A6398 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 99 | 152 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.40 |
| HSL | 202.39º | 0.88% | 0.32% | - |
| HSV(B) | 202.39º | 0.93% | 0.6% | - |
| XYZ | 10.25 | 11.26 | 31.34 | - |
| YUV | 78.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 152 | 0.93 | 0.35 | 0 | 0.40 | 202.39 | 0.88 | 0.32 |
| Hex | A | 63 | 98 | 5D | 23 | 0 | 28 | CA | 58 | 20 |
| Octal | 12 | 143 | 230 | 135 | 43 | 0 | 50 | 312 | 130 | 40 |
| Binary | 1010 | 1100011 | 10011000 | 1011101 | 100011 | 0 | 101000 | 11001010 | 1011000 | 100000 |
Color Harmonies of #0A6398
Complementary color
Monochromatic Colors of #0A6398
Black with #0A6398
Text Example
Text Example
White with #0A6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6398; }
p { color: rgb(10,99,152); }
H1.HeaderClassName
{
color: #0A6398;
}
.AnyTagClassName
{
color: #0A6398;
}
</style>
background-color css
<style>
a { background-color: #0A6398; }
a { background-color: rgb(10,99,152); }
div.DivClassName
{
background-color: #0A6398;
}
.BgClassName
{
background-color: #0A6398;
}
</style>
border-color css
<style>
span { border-color: #0A6398; }
span { border-color: rgb(10,99,152); }
td.TdClassName
{
border-color: #0A6398;
}
.TagClassName
{
border-color: #0A6398;
}
</style>