Shades of Dark Cerulean #10557F
Tints of Dark Cerulean #10557F
RGB
CMYK
RGB Variations
Color information
#10557F (or 0x10557F) is known color: Dark Cerulean. HEX triplet: 10, 55 and 7F. RGB value is (16,85,127). Sum of RGB (Red+Green+Blue) = 16+85+127=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #10557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10557F is #EFAA80. Grayscale: #444444. Windows color (decimal): -15706753 or 8344848. OLE color: 8344848.
HSL color Cylindrical-coordinate representation of color #10557F: hue angle of 202.7º 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 #10557F is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 85 | 127 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.50 |
| HSL | 202.7º | 0.78% | 0.28% | - |
| HSV(B) | 202.7º | 0.87% | 0.5% | - |
| XYZ | 7.29 | 8.14 | 21.27 | - |
| YUV | 69.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 127 | 0.87 | 0.33 | 0 | 0.50 | 202.7 | 0.78 | 0.28 |
| Hex | 10 | 55 | 7F | 57 | 21 | 0 | 32 | CB | 4E | 1C |
| Octal | 20 | 125 | 177 | 127 | 41 | 0 | 62 | 313 | 116 | 34 |
| Binary | 10000 | 1010101 | 1111111 | 1010111 | 100001 | 0 | 110010 | 11001011 | 1001110 | 11100 |
Color Harmonies of #10557F
Complementary color
Monochromatic Colors of #10557F
Black with #10557F
Text Example
Text Example
White with #10557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10557F; }
p { color: rgb(16,85,127); }
H1.HeaderClassName
{
color: #10557F;
}
.AnyTagClassName
{
color: #10557F;
}
</style>
background-color css
<style>
a { background-color: #10557F; }
a { background-color: rgb(16,85,127); }
div.DivClassName
{
background-color: #10557F;
}
.BgClassName
{
background-color: #10557F;
}
</style>
border-color css
<style>
span { border-color: #10557F; }
span { border-color: rgb(16,85,127); }
td.TdClassName
{
border-color: #10557F;
}
.TagClassName
{
border-color: #10557F;
}
</style>