Shades of Dark Cerulean #12538D
Tints of Dark Cerulean #12538D
RGB
CMYK
RGB Variations
Color information
#12538D (or 0x12538D) is known color: Dark Cerulean. HEX triplet: 12, 53 and 8D. RGB value is (18,83,141). Sum of RGB (Red+Green+Blue) = 18+83+141=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #12538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12538D is #EDAC72. Grayscale: #454545. Windows color (decimal): -15576179 or 9261842. OLE color: 9261842.
HSL color Cylindrical-coordinate representation of color #12538D: hue angle of 208.29º 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 #12538D is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 83 | 141 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.45 |
| HSL | 208.29º | 0.77% | 0.31% | - |
| HSV(B) | 208.29º | 0.87% | 0.55% | - |
| XYZ | 8.15 | 8.24 | 26.36 | - |
| YUV | 70.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 141 | 0.87 | 0.41 | 0 | 0.45 | 208.29 | 0.77 | 0.31 |
| Hex | 12 | 53 | 8D | 57 | 29 | 0 | 2D | D0 | 4D | 1F |
| Octal | 22 | 123 | 215 | 127 | 51 | 0 | 55 | 320 | 115 | 37 |
| Binary | 10010 | 1010011 | 10001101 | 1010111 | 101001 | 0 | 101101 | 11010000 | 1001101 | 11111 |
Color Harmonies of #12538D
Complementary color
Monochromatic Colors of #12538D
Black with #12538D
Text Example
Text Example
White with #12538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12538D; }
p { color: rgb(18,83,141); }
H1.HeaderClassName
{
color: #12538D;
}
.AnyTagClassName
{
color: #12538D;
}
</style>
background-color css
<style>
a { background-color: #12538D; }
a { background-color: rgb(18,83,141); }
div.DivClassName
{
background-color: #12538D;
}
.BgClassName
{
background-color: #12538D;
}
</style>
border-color css
<style>
span { border-color: #12538D; }
span { border-color: rgb(18,83,141); }
td.TdClassName
{
border-color: #12538D;
}
.TagClassName
{
border-color: #12538D;
}
</style>