Shades of Dark Cerulean #10507F
Tints of Dark Cerulean #10507F
RGB
CMYK
RGB Variations
Color information
#10507F (or 0x10507F) is known color: Dark Cerulean. HEX triplet: 10, 50 and 7F. RGB value is (16,80,127). Sum of RGB (Red+Green+Blue) = 16+80+127=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #10507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10507F is #EFAF80. Grayscale: #414141. Windows color (decimal): -15708033 or 8343568. OLE color: 8343568.
HSL color Cylindrical-coordinate representation of color #10507F: hue angle of 205.41º 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 #10507F is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 80 | 127 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.50 |
| HSL | 205.41º | 0.78% | 0.28% | - |
| HSV(B) | 205.41º | 0.87% | 0.5% | - |
| XYZ | 6.91 | 7.38 | 21.14 | - |
| YUV | 66.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 127 | 0.87 | 0.37 | 0 | 0.50 | 205.41 | 0.78 | 0.28 |
| Hex | 10 | 50 | 7F | 57 | 25 | 0 | 32 | CD | 4E | 1C |
| Octal | 20 | 120 | 177 | 127 | 45 | 0 | 62 | 315 | 116 | 34 |
| Binary | 10000 | 1010000 | 1111111 | 1010111 | 100101 | 0 | 110010 | 11001101 | 1001110 | 11100 |
Color Harmonies of #10507F
Complementary color
Monochromatic Colors of #10507F
Black with #10507F
Text Example
Text Example
White with #10507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10507F; }
p { color: rgb(16,80,127); }
H1.HeaderClassName
{
color: #10507F;
}
.AnyTagClassName
{
color: #10507F;
}
</style>
background-color css
<style>
a { background-color: #10507F; }
a { background-color: rgb(16,80,127); }
div.DivClassName
{
background-color: #10507F;
}
.BgClassName
{
background-color: #10507F;
}
</style>
border-color css
<style>
span { border-color: #10507F; }
span { border-color: rgb(16,80,127); }
td.TdClassName
{
border-color: #10507F;
}
.TagClassName
{
border-color: #10507F;
}
</style>