Shades of Dark Cerulean #0A447C
Tints of Dark Cerulean #0A447C
RGB
CMYK
RGB Variations
Color information
#0A447C (or 0x0A447C) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 7C. RGB value is (10,68,124). Sum of RGB (Red+Green+Blue) = 10+68+124=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A447C is #F5BB83. Grayscale: #383838. Windows color (decimal): -16104324 or 8143882. OLE color: 8143882.
HSL color Cylindrical-coordinate representation of color #0A447C: hue angle of 209.47º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A447C is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 68 | 124 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.51 |
| HSL | 209.47º | 0.85% | 0.26% | - |
| HSV(B) | 209.47º | 0.92% | 0.49% | - |
| XYZ | 5.83 | 5.65 | 19.85 | - |
| YUV | 57.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 124 | 0.92 | 0.45 | 0 | 0.51 | 209.47 | 0.85 | 0.26 |
| Hex | A | 44 | 7C | 5C | 2D | 0 | 33 | D1 | 55 | 1A |
| Octal | 12 | 104 | 174 | 134 | 55 | 0 | 63 | 321 | 125 | 32 |
| Binary | 1010 | 1000100 | 1111100 | 1011100 | 101101 | 0 | 110011 | 11010001 | 1010101 | 11010 |
Color Harmonies of #0A447C
Complementary color
Monochromatic Colors of #0A447C
Black with #0A447C
Text Example
Text Example
White with #0A447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A447C; }
p { color: rgb(10,68,124); }
H1.HeaderClassName
{
color: #0A447C;
}
.AnyTagClassName
{
color: #0A447C;
}
</style>
background-color css
<style>
a { background-color: #0A447C; }
a { background-color: rgb(10,68,124); }
div.DivClassName
{
background-color: #0A447C;
}
.BgClassName
{
background-color: #0A447C;
}
</style>
border-color css
<style>
span { border-color: #0A447C; }
span { border-color: rgb(10,68,124); }
td.TdClassName
{
border-color: #0A447C;
}
.TagClassName
{
border-color: #0A447C;
}
</style>