Shades of Dark Cerulean #0A456E
Tints of Dark Cerulean #0A456E
RGB
CMYK
RGB Variations
Color information
#0A456E (or 0x0A456E) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 6E. RGB value is (10,69,110). Sum of RGB (Red+Green+Blue) = 10+69+110=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A456E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A456E is #F5BA91. Grayscale: #373737. Windows color (decimal): -16104082 or 7226634. OLE color: 7226634.
HSL color Cylindrical-coordinate representation of color #0A456E: hue angle of 204.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A456E is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 69 | 110 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.57 |
| HSL | 204.6º | 0.83% | 0.24% | - |
| HSV(B) | 204.6º | 0.91% | 0.43% | - |
| XYZ | 5.07 | 5.45 | 15.54 | - |
| YUV | 56.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 110 | 0.91 | 0.37 | 0 | 0.57 | 204.6 | 0.83 | 0.24 |
| Hex | A | 45 | 6E | 5B | 25 | 0 | 39 | CD | 53 | 18 |
| Octal | 12 | 105 | 156 | 133 | 45 | 0 | 71 | 315 | 123 | 30 |
| Binary | 1010 | 1000101 | 1101110 | 1011011 | 100101 | 0 | 111001 | 11001101 | 1010011 | 11000 |
Color Harmonies of #0A456E
Complementary color
Monochromatic Colors of #0A456E
Black with #0A456E
Text Example
Text Example
White with #0A456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A456E; }
p { color: rgb(10,69,110); }
H1.HeaderClassName
{
color: #0A456E;
}
.AnyTagClassName
{
color: #0A456E;
}
</style>
background-color css
<style>
a { background-color: #0A456E; }
a { background-color: rgb(10,69,110); }
div.DivClassName
{
background-color: #0A456E;
}
.BgClassName
{
background-color: #0A456E;
}
</style>
border-color css
<style>
span { border-color: #0A456E; }
span { border-color: rgb(10,69,110); }
td.TdClassName
{
border-color: #0A456E;
}
.TagClassName
{
border-color: #0A456E;
}
</style>