Shades of Dark Cerulean #0A4668
Tints of Dark Cerulean #0A4668
RGB
CMYK
RGB Variations
Color information
#0A4668 (or 0x0A4668) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 68. RGB value is (10,70,104). Sum of RGB (Red+Green+Blue) = 10+70+104=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A4668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4668 is #F5B997. Grayscale: #373737. Windows color (decimal): -16103832 or 6833674. OLE color: 6833674.
HSL color Cylindrical-coordinate representation of color #0A4668: hue angle of 201.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4668 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 70 | 104 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.59 |
| HSL | 201.7º | 0.82% | 0.22% | - |
| HSV(B) | 201.7º | 0.9% | 0.41% | - |
| XYZ | 4.81 | 5.44 | 13.89 | - |
| YUV | 55.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 104 | 0.90 | 0.33 | 0 | 0.59 | 201.7 | 0.82 | 0.22 |
| Hex | A | 46 | 68 | 5A | 21 | 0 | 3B | CA | 52 | 16 |
| Octal | 12 | 106 | 150 | 132 | 41 | 0 | 73 | 312 | 122 | 26 |
| Binary | 1010 | 1000110 | 1101000 | 1011010 | 100001 | 0 | 111011 | 11001010 | 1010010 | 10110 |
Color Harmonies of #0A4668
Complementary color
Monochromatic Colors of #0A4668
Black with #0A4668
Text Example
Text Example
White with #0A4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4668; }
p { color: rgb(10,70,104); }
H1.HeaderClassName
{
color: #0A4668;
}
.AnyTagClassName
{
color: #0A4668;
}
</style>
background-color css
<style>
a { background-color: #0A4668; }
a { background-color: rgb(10,70,104); }
div.DivClassName
{
background-color: #0A4668;
}
.BgClassName
{
background-color: #0A4668;
}
</style>
border-color css
<style>
span { border-color: #0A4668; }
span { border-color: rgb(10,70,104); }
td.TdClassName
{
border-color: #0A4668;
}
.TagClassName
{
border-color: #0A4668;
}
</style>