Shades of Dark Cerulean #12508B
Tints of Dark Cerulean #12508B
RGB
CMYK
RGB Variations
Color information
#12508B (or 0x12508B) is known color: Dark Cerulean. HEX triplet: 12, 50 and 8B. RGB value is (18,80,139). Sum of RGB (Red+Green+Blue) = 18+80+139=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #12508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12508B is #EDAF74. Grayscale: #434343. Windows color (decimal): -15576949 or 9130002. OLE color: 9130002.
HSL color Cylindrical-coordinate representation of color #12508B: hue angle of 209.26º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12508B is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 80 | 139 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.45 |
| HSL | 209.26º | 0.77% | 0.31% | - |
| HSV(B) | 209.26º | 0.87% | 0.55% | - |
| XYZ | 7.78 | 7.73 | 25.51 | - |
| YUV | 68.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 139 | 0.87 | 0.42 | 0 | 0.45 | 209.26 | 0.77 | 0.31 |
| Hex | 12 | 50 | 8B | 57 | 2A | 0 | 2D | D1 | 4D | 1F |
| Octal | 22 | 120 | 213 | 127 | 52 | 0 | 55 | 321 | 115 | 37 |
| Binary | 10010 | 1010000 | 10001011 | 1010111 | 101010 | 0 | 101101 | 11010001 | 1001101 | 11111 |
Color Harmonies of #12508B
Complementary color
Monochromatic Colors of #12508B
Black with #12508B
Text Example
Text Example
White with #12508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12508B; }
p { color: rgb(18,80,139); }
H1.HeaderClassName
{
color: #12508B;
}
.AnyTagClassName
{
color: #12508B;
}
</style>
background-color css
<style>
a { background-color: #12508B; }
a { background-color: rgb(18,80,139); }
div.DivClassName
{
background-color: #12508B;
}
.BgClassName
{
background-color: #12508B;
}
</style>
border-color css
<style>
span { border-color: #12508B; }
span { border-color: rgb(18,80,139); }
td.TdClassName
{
border-color: #12508B;
}
.TagClassName
{
border-color: #12508B;
}
</style>