Shades of Dark Cerulean #0A387C
Tints of Dark Cerulean #0A387C
RGB
CMYK
RGB Variations
Color information
#0A387C (or 0x0A387C) is known color: Dark Cerulean. HEX triplet: 0A, 38 and 7C. RGB value is (10,56,124). Sum of RGB (Red+Green+Blue) = 10+56+124=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A387C is #F5C783. Grayscale: #313131. Windows color (decimal): -16107396 or 8140810. OLE color: 8140810.
HSL color Cylindrical-coordinate representation of color #0A387C: hue angle of 215.79º 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 #0A387C is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 56 | 124 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.51 |
| HSL | 215.79º | 0.85% | 0.26% | - |
| HSV(B) | 215.79º | 0.92% | 0.49% | - |
| XYZ | 5.18 | 4.35 | 19.64 | - |
| YUV | 50 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 124 | 0.92 | 0.55 | 0 | 0.51 | 215.79 | 0.85 | 0.26 |
| Hex | A | 38 | 7C | 5C | 37 | 0 | 33 | D8 | 55 | 1A |
| Octal | 12 | 70 | 174 | 134 | 67 | 0 | 63 | 330 | 125 | 32 |
| Binary | 1010 | 111000 | 1111100 | 1011100 | 110111 | 0 | 110011 | 11011000 | 1010101 | 11010 |
Color Harmonies of #0A387C
Complementary color
Monochromatic Colors of #0A387C
Black with #0A387C
Text Example
Text Example
White with #0A387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A387C; }
p { color: rgb(10,56,124); }
H1.HeaderClassName
{
color: #0A387C;
}
.AnyTagClassName
{
color: #0A387C;
}
</style>
background-color css
<style>
a { background-color: #0A387C; }
a { background-color: rgb(10,56,124); }
div.DivClassName
{
background-color: #0A387C;
}
.BgClassName
{
background-color: #0A387C;
}
</style>
border-color css
<style>
span { border-color: #0A387C; }
span { border-color: rgb(10,56,124); }
td.TdClassName
{
border-color: #0A387C;
}
.TagClassName
{
border-color: #0A387C;
}
</style>