Shades of Dark Cerulean #10448F
Tints of Dark Cerulean #10448F
RGB
CMYK
RGB Variations
Color information
#10448F (or 0x10448F) is known color: Dark Cerulean. HEX triplet: 10, 44 and 8F. RGB value is (16,68,143). Sum of RGB (Red+Green+Blue) = 16+68+143=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #10448F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10448F is #EFBB70. Grayscale: #3C3C3C. Windows color (decimal): -15711089 or 9389072. OLE color: 9389072.
HSL color Cylindrical-coordinate representation of color #10448F: hue angle of 215.43º 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 #10448F is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 68 | 143 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.44 |
| HSL | 215.43º | 0.8% | 0.31% | - |
| HSV(B) | 215.43º | 0.89% | 0.56% | - |
| XYZ | 7.24 | 6.23 | 26.81 | - |
| YUV | 61 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 143 | 0.89 | 0.52 | 0 | 0.44 | 215.43 | 0.8 | 0.31 |
| Hex | 10 | 44 | 8F | 59 | 34 | 0 | 2C | D7 | 50 | 1F |
| Octal | 20 | 104 | 217 | 131 | 64 | 0 | 54 | 327 | 120 | 37 |
| Binary | 10000 | 1000100 | 10001111 | 1011001 | 110100 | 0 | 101100 | 11010111 | 1010000 | 11111 |
Color Harmonies of #10448F
Complementary color
Monochromatic Colors of #10448F
Black with #10448F
Text Example
Text Example
White with #10448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10448F; }
p { color: rgb(16,68,143); }
H1.HeaderClassName
{
color: #10448F;
}
.AnyTagClassName
{
color: #10448F;
}
</style>
background-color css
<style>
a { background-color: #10448F; }
a { background-color: rgb(16,68,143); }
div.DivClassName
{
background-color: #10448F;
}
.BgClassName
{
background-color: #10448F;
}
</style>
border-color css
<style>
span { border-color: #10448F; }
span { border-color: rgb(16,68,143); }
td.TdClassName
{
border-color: #10448F;
}
.TagClassName
{
border-color: #10448F;
}
</style>