Shades of Dark Cerulean #10407C
Tints of Dark Cerulean #10407C
RGB
CMYK
RGB Variations
Color information
#10407C (or 0x10407C) is known color: Dark Cerulean. HEX triplet: 10, 40 and 7C. RGB value is (16,64,124). Sum of RGB (Red+Green+Blue) = 16+64+124=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #10407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10407C is #EFBF83. Grayscale: #383838. Windows color (decimal): -15712132 or 8142864. OLE color: 8142864.
HSL color Cylindrical-coordinate representation of color #10407C: hue angle of 213.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10407C is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 64 | 124 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.51 |
| HSL | 213.33º | 0.77% | 0.27% | - |
| HSV(B) | 213.33º | 0.87% | 0.49% | - |
| XYZ | 5.69 | 5.23 | 19.78 | - |
| YUV | 56.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 124 | 0.87 | 0.48 | 0 | 0.51 | 213.33 | 0.77 | 0.27 |
| Hex | 10 | 40 | 7C | 57 | 30 | 0 | 33 | D5 | 4D | 1B |
| Octal | 20 | 100 | 174 | 127 | 60 | 0 | 63 | 325 | 115 | 33 |
| Binary | 10000 | 1000000 | 1111100 | 1010111 | 110000 | 0 | 110011 | 11010101 | 1001101 | 11011 |
Color Harmonies of #10407C
Complementary color
Monochromatic Colors of #10407C
Black with #10407C
Text Example
Text Example
White with #10407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10407C; }
p { color: rgb(16,64,124); }
H1.HeaderClassName
{
color: #10407C;
}
.AnyTagClassName
{
color: #10407C;
}
</style>
background-color css
<style>
a { background-color: #10407C; }
a { background-color: rgb(16,64,124); }
div.DivClassName
{
background-color: #10407C;
}
.BgClassName
{
background-color: #10407C;
}
</style>
border-color css
<style>
span { border-color: #10407C; }
span { border-color: rgb(16,64,124); }
td.TdClassName
{
border-color: #10407C;
}
.TagClassName
{
border-color: #10407C;
}
</style>