Shades of Dark Cerulean #10407B
Tints of Dark Cerulean #10407B
RGB
CMYK
RGB Variations
Color information
#10407B (or 0x10407B) is known color: Dark Cerulean. HEX triplet: 10, 40 and 7B. RGB value is (16,64,123). Sum of RGB (Red+Green+Blue) = 16+64+123=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #10407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10407B is #EFBF84. Grayscale: #383838. Windows color (decimal): -15712133 or 8077328. OLE color: 8077328.
HSL color Cylindrical-coordinate representation of color #10407B: hue angle of 213.08º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10407B is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 64 | 123 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.52 |
| HSL | 213.08º | 0.77% | 0.27% | - |
| HSV(B) | 213.08º | 0.87% | 0.48% | - |
| XYZ | 5.62 | 5.21 | 19.45 | - |
| YUV | 56.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 123 | 0.87 | 0.48 | 0 | 0.52 | 213.08 | 0.77 | 0.27 |
| Hex | 10 | 40 | 7B | 57 | 30 | 0 | 34 | D5 | 4D | 1B |
| Octal | 20 | 100 | 173 | 127 | 60 | 0 | 64 | 325 | 115 | 33 |
| Binary | 10000 | 1000000 | 1111011 | 1010111 | 110000 | 0 | 110100 | 11010101 | 1001101 | 11011 |
Color Harmonies of #10407B
Complementary color
Monochromatic Colors of #10407B
Black with #10407B
Text Example
Text Example
White with #10407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10407B; }
p { color: rgb(16,64,123); }
H1.HeaderClassName
{
color: #10407B;
}
.AnyTagClassName
{
color: #10407B;
}
</style>
background-color css
<style>
a { background-color: #10407B; }
a { background-color: rgb(16,64,123); }
div.DivClassName
{
background-color: #10407B;
}
.BgClassName
{
background-color: #10407B;
}
</style>
border-color css
<style>
span { border-color: #10407B; }
span { border-color: rgb(16,64,123); }
td.TdClassName
{
border-color: #10407B;
}
.TagClassName
{
border-color: #10407B;
}
</style>