Shades of Dark Cerulean #0A4C92
Tints of Dark Cerulean #0A4C92
RGB
CMYK
RGB Variations
Color information
#0A4C92 (or 0x0A4C92) is known color: Dark Cerulean. HEX triplet: 0A, 4C and 92. RGB value is (10,76,146). Sum of RGB (Red+Green+Blue) = 10+76+146=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A4C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4C92 is #F5B36D. Grayscale: #3F3F3F. Windows color (decimal): -16102254 or 9587722. OLE color: 9587722.
HSL color Cylindrical-coordinate representation of color #0A4C92: hue angle of 210.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4C92 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 76 | 146 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.43 |
| HSL | 210.88º | 0.87% | 0.31% | - |
| HSV(B) | 210.88º | 0.93% | 0.57% | - |
| XYZ | 7.9 | 7.31 | 28.19 | - |
| YUV | 64.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 76 | 146 | 0.93 | 0.48 | 0 | 0.43 | 210.88 | 0.87 | 0.31 |
| Hex | A | 4C | 92 | 5D | 30 | 0 | 2B | D3 | 57 | 1F |
| Octal | 12 | 114 | 222 | 135 | 60 | 0 | 53 | 323 | 127 | 37 |
| Binary | 1010 | 1001100 | 10010010 | 1011101 | 110000 | 0 | 101011 | 11010011 | 1010111 | 11111 |
Color Harmonies of #0A4C92
Complementary color
Monochromatic Colors of #0A4C92
Black with #0A4C92
Text Example
Text Example
White with #0A4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4C92; }
p { color: rgb(10,76,146); }
H1.HeaderClassName
{
color: #0A4C92;
}
.AnyTagClassName
{
color: #0A4C92;
}
</style>
background-color css
<style>
a { background-color: #0A4C92; }
a { background-color: rgb(10,76,146); }
div.DivClassName
{
background-color: #0A4C92;
}
.BgClassName
{
background-color: #0A4C92;
}
</style>
border-color css
<style>
span { border-color: #0A4C92; }
span { border-color: rgb(10,76,146); }
td.TdClassName
{
border-color: #0A4C92;
}
.TagClassName
{
border-color: #0A4C92;
}
</style>