Shades of Dark Cerulean #10547F
Tints of Dark Cerulean #10547F
RGB
CMYK
RGB Variations
Color information
#10547F (or 0x10547F) is known color: Dark Cerulean. HEX triplet: 10, 54 and 7F. RGB value is (16,84,127). Sum of RGB (Red+Green+Blue) = 16+84+127=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #10547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10547F is #EFAB80. Grayscale: #444444. Windows color (decimal): -15707009 or 8344592. OLE color: 8344592.
HSL color Cylindrical-coordinate representation of color #10547F: hue angle of 203.24º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10547F is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 84 | 127 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.50 |
| HSL | 203.24º | 0.78% | 0.28% | - |
| HSV(B) | 203.24º | 0.87% | 0.5% | - |
| XYZ | 7.21 | 7.98 | 21.24 | - |
| YUV | 68.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 127 | 0.87 | 0.34 | 0 | 0.50 | 203.24 | 0.78 | 0.28 |
| Hex | 10 | 54 | 7F | 57 | 22 | 0 | 32 | CB | 4E | 1C |
| Octal | 20 | 124 | 177 | 127 | 42 | 0 | 62 | 313 | 116 | 34 |
| Binary | 10000 | 1010100 | 1111111 | 1010111 | 100010 | 0 | 110010 | 11001011 | 1001110 | 11100 |
Color Harmonies of #10547F
Complementary color
Monochromatic Colors of #10547F
Black with #10547F
Text Example
Text Example
White with #10547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10547F; }
p { color: rgb(16,84,127); }
H1.HeaderClassName
{
color: #10547F;
}
.AnyTagClassName
{
color: #10547F;
}
</style>
background-color css
<style>
a { background-color: #10547F; }
a { background-color: rgb(16,84,127); }
div.DivClassName
{
background-color: #10547F;
}
.BgClassName
{
background-color: #10547F;
}
</style>
border-color css
<style>
span { border-color: #10547F; }
span { border-color: rgb(16,84,127); }
td.TdClassName
{
border-color: #10547F;
}
.TagClassName
{
border-color: #10547F;
}
</style>