Shades of Dark Cerulean #0A456D
Tints of Dark Cerulean #0A456D
RGB
CMYK
RGB Variations
Color information
#0A456D (or 0x0A456D) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 6D. RGB value is (10,69,109). Sum of RGB (Red+Green+Blue) = 10+69+109=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A456D is #F5BA92. Grayscale: #373737. Windows color (decimal): -16104083 or 7161098. OLE color: 7161098.
HSL color Cylindrical-coordinate representation of color #0A456D: hue angle of 204.24º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A456D is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 69 | 109 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.57 |
| HSL | 204.24º | 0.83% | 0.23% | - |
| HSV(B) | 204.24º | 0.91% | 0.43% | - |
| XYZ | 5.01 | 5.42 | 15.25 | - |
| YUV | 55.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 109 | 0.91 | 0.37 | 0 | 0.57 | 204.24 | 0.83 | 0.23 |
| Hex | A | 45 | 6D | 5B | 25 | 0 | 39 | CC | 53 | 17 |
| Octal | 12 | 105 | 155 | 133 | 45 | 0 | 71 | 314 | 123 | 27 |
| Binary | 1010 | 1000101 | 1101101 | 1011011 | 100101 | 0 | 111001 | 11001100 | 1010011 | 10111 |
Color Harmonies of #0A456D
Complementary color
Monochromatic Colors of #0A456D
Black with #0A456D
Text Example
Text Example
White with #0A456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A456D; }
p { color: rgb(10,69,109); }
H1.HeaderClassName
{
color: #0A456D;
}
.AnyTagClassName
{
color: #0A456D;
}
</style>
background-color css
<style>
a { background-color: #0A456D; }
a { background-color: rgb(10,69,109); }
div.DivClassName
{
background-color: #0A456D;
}
.BgClassName
{
background-color: #0A456D;
}
</style>
border-color css
<style>
span { border-color: #0A456D; }
span { border-color: rgb(10,69,109); }
td.TdClassName
{
border-color: #0A456D;
}
.TagClassName
{
border-color: #0A456D;
}
</style>