Shades of Dark Cerulean #10508A
Tints of Dark Cerulean #10508A
RGB
CMYK
RGB Variations
Color information
#10508A (or 0x10508A) is known color: Dark Cerulean. HEX triplet: 10, 50 and 8A. RGB value is (16,80,138). Sum of RGB (Red+Green+Blue) = 16+80+138=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #10508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10508A is #EFAF75. Grayscale: #434343. Windows color (decimal): -15708022 or 9064464. OLE color: 9064464.
HSL color Cylindrical-coordinate representation of color #10508A: hue angle of 208.52º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10508A is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 80 | 138 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.46 |
| HSL | 208.52º | 0.79% | 0.3% | - |
| HSV(B) | 208.52º | 0.88% | 0.54% | - |
| XYZ | 7.67 | 7.68 | 25.12 | - |
| YUV | 67.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 138 | 0.88 | 0.42 | 0 | 0.46 | 208.52 | 0.79 | 0.3 |
| Hex | 10 | 50 | 8A | 58 | 2A | 0 | 2E | D1 | 4F | 1E |
| Octal | 20 | 120 | 212 | 130 | 52 | 0 | 56 | 321 | 117 | 36 |
| Binary | 10000 | 1010000 | 10001010 | 1011000 | 101010 | 0 | 101110 | 11010001 | 1001111 | 11110 |
Color Harmonies of #10508A
Complementary color
Monochromatic Colors of #10508A
Black with #10508A
Text Example
Text Example
White with #10508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10508A; }
p { color: rgb(16,80,138); }
H1.HeaderClassName
{
color: #10508A;
}
.AnyTagClassName
{
color: #10508A;
}
</style>
background-color css
<style>
a { background-color: #10508A; }
a { background-color: rgb(16,80,138); }
div.DivClassName
{
background-color: #10508A;
}
.BgClassName
{
background-color: #10508A;
}
</style>
border-color css
<style>
span { border-color: #10508A; }
span { border-color: rgb(16,80,138); }
td.TdClassName
{
border-color: #10508A;
}
.TagClassName
{
border-color: #10508A;
}
</style>