Shades of Dark Cerulean #10458F
Tints of Dark Cerulean #10458F
RGB
CMYK
RGB Variations
Color information
#10458F (or 0x10458F) is known color: Dark Cerulean. HEX triplet: 10, 45 and 8F. RGB value is (16,69,143). Sum of RGB (Red+Green+Blue) = 16+69+143=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #10458F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10458F is #EFBA70. Grayscale: #3D3D3D. Windows color (decimal): -15710833 or 9389328. OLE color: 9389328.
HSL color Cylindrical-coordinate representation of color #10458F: hue angle of 214.96º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10458F is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 69 | 143 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.44 |
| HSL | 214.96º | 0.8% | 0.31% | - |
| HSV(B) | 214.96º | 0.89% | 0.56% | - |
| XYZ | 7.3 | 6.35 | 26.83 | - |
| YUV | 61.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 143 | 0.89 | 0.52 | 0 | 0.44 | 214.96 | 0.8 | 0.31 |
| Hex | 10 | 45 | 8F | 59 | 34 | 0 | 2C | D7 | 50 | 1F |
| Octal | 20 | 105 | 217 | 131 | 64 | 0 | 54 | 327 | 120 | 37 |
| Binary | 10000 | 1000101 | 10001111 | 1011001 | 110100 | 0 | 101100 | 11010111 | 1010000 | 11111 |
Color Harmonies of #10458F
Complementary color
Monochromatic Colors of #10458F
Black with #10458F
Text Example
Text Example
White with #10458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10458F; }
p { color: rgb(16,69,143); }
H1.HeaderClassName
{
color: #10458F;
}
.AnyTagClassName
{
color: #10458F;
}
</style>
background-color css
<style>
a { background-color: #10458F; }
a { background-color: rgb(16,69,143); }
div.DivClassName
{
background-color: #10458F;
}
.BgClassName
{
background-color: #10458F;
}
</style>
border-color css
<style>
span { border-color: #10458F; }
span { border-color: rgb(16,69,143); }
td.TdClassName
{
border-color: #10458F;
}
.TagClassName
{
border-color: #10458F;
}
</style>