Shades of Cerulean #0A6294
Tints of Cerulean #0A6294
RGB
CMYK
RGB Variations
Color information
#0A6294 (or 0x0A6294) is known color: Cerulean. HEX triplet: 0A, 62 and 94. RGB value is (10,98,148). Sum of RGB (Red+Green+Blue) = 10+98+148=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A6294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6294 is #F59D6B. Grayscale: #4D4D4D. Windows color (decimal): -16096620 or 9724426. OLE color: 9724426.
HSL color Cylindrical-coordinate representation of color #0A6294: hue angle of 201.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6294 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 98 | 148 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.42 |
| HSL | 201.74º | 0.87% | 0.31% | - |
| HSV(B) | 201.74º | 0.93% | 0.58% | - |
| XYZ | 9.84 | 10.94 | 29.61 | - |
| YUV | 77.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 148 | 0.93 | 0.34 | 0 | 0.42 | 201.74 | 0.87 | 0.31 |
| Hex | A | 62 | 94 | 5D | 22 | 0 | 2A | CA | 57 | 1F |
| Octal | 12 | 142 | 224 | 135 | 42 | 0 | 52 | 312 | 127 | 37 |
| Binary | 1010 | 1100010 | 10010100 | 1011101 | 100010 | 0 | 101010 | 11001010 | 1010111 | 11111 |
Color Harmonies of #0A6294
Complementary color
Monochromatic Colors of #0A6294
Black with #0A6294
Text Example
Text Example
White with #0A6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6294; }
p { color: rgb(10,98,148); }
H1.HeaderClassName
{
color: #0A6294;
}
.AnyTagClassName
{
color: #0A6294;
}
</style>
background-color css
<style>
a { background-color: #0A6294; }
a { background-color: rgb(10,98,148); }
div.DivClassName
{
background-color: #0A6294;
}
.BgClassName
{
background-color: #0A6294;
}
</style>
border-color css
<style>
span { border-color: #0A6294; }
span { border-color: rgb(10,98,148); }
td.TdClassName
{
border-color: #0A6294;
}
.TagClassName
{
border-color: #0A6294;
}
</style>