Shades of Dark Cerulean #0A4E88
Tints of Dark Cerulean #0A4E88
RGB
CMYK
RGB Variations
Color information
#0A4E88 (or 0x0A4E88) is known color: Dark Cerulean. HEX triplet: 0A, 4E and 88. RGB value is (10,78,136). Sum of RGB (Red+Green+Blue) = 10+78+136=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A4E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4E88 is #F5B177. Grayscale: #3F3F3F. Windows color (decimal): -16101752 or 8932874. OLE color: 8932874.
HSL color Cylindrical-coordinate representation of color #0A4E88: hue angle of 207.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4E88 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 10 | 78 | 136 | - |
CMYK | 0.93 | 0.43 | 0 | 0.47 |
HSL | 207.62º | 0.86% | 0.29% | - |
HSV(B) | 207.62º | 0.93% | 0.53% | - |
XYZ | 7.29 | 7.29 | 24.32 | - |
YUV | 64.28 | 168.47 | 89.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 78 | 136 | 0.93 | 0.43 | 0 | 0.47 | 207.62 | 0.86 | 0.29 |
Hex | A | 4E | 88 | 5D | 2B | 0 | 2F | D0 | 56 | 1D |
Octal | 12 | 116 | 210 | 135 | 53 | 0 | 57 | 320 | 126 | 35 |
Binary | 1010 | 1001110 | 10001000 | 1011101 | 101011 | 0 | 101111 | 11010000 | 1010110 | 11101 |
Color Harmonies of #0A4E88
Complementary color
Monochromatic Colors of #0A4E88
Black with #0A4E88
Text Example
Text Example
White with #0A4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E88; }
p { color: rgb(10,78,136); }
H1.HeaderClassName
{
color: #0A4E88;
}
.AnyTagClassName
{
color: #0A4E88;
}
</style>
background-color css
<style>
a { background-color: #0A4E88; }
a { background-color: rgb(10,78,136); }
div.DivClassName
{
background-color: #0A4E88;
}
.BgClassName
{
background-color: #0A4E88;
}
</style>
border-color css
<style>
span { border-color: #0A4E88; }
span { border-color: rgb(10,78,136); }
td.TdClassName
{
border-color: #0A4E88;
}
.TagClassName
{
border-color: #0A4E88;
}
</style>