Shades of Dark Cerulean #125488
Tints of Dark Cerulean #125488
RGB
CMYK
RGB Variations
Color information
#125488 (or 0x125488) is known color: Dark Cerulean. HEX triplet: 12, 54 and 88. RGB value is (18,84,136). Sum of RGB (Red+Green+Blue) = 18+84+136=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #125488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125488 is #EDAB77. Grayscale: #454545. Windows color (decimal): -15575928 or 8934418. OLE color: 8934418.
HSL color Cylindrical-coordinate representation of color #125488: hue angle of 206.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125488 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 84 | 136 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.47 |
| HSL | 206.44º | 0.77% | 0.3% | - |
| HSV(B) | 206.44º | 0.87% | 0.53% | - |
| XYZ | 7.86 | 8.25 | 24.47 | - |
| YUV | 70.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 136 | 0.87 | 0.38 | 0 | 0.47 | 206.44 | 0.77 | 0.3 |
| Hex | 12 | 54 | 88 | 57 | 26 | 0 | 2F | CE | 4D | 1E |
| Octal | 22 | 124 | 210 | 127 | 46 | 0 | 57 | 316 | 115 | 36 |
| Binary | 10010 | 1010100 | 10001000 | 1010111 | 100110 | 0 | 101111 | 11001110 | 1001101 | 11110 |
Color Harmonies of #125488
Complementary color
Monochromatic Colors of #125488
Black with #125488
Text Example
Text Example
White with #125488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125488; }
p { color: rgb(18,84,136); }
H1.HeaderClassName
{
color: #125488;
}
.AnyTagClassName
{
color: #125488;
}
</style>
background-color css
<style>
a { background-color: #125488; }
a { background-color: rgb(18,84,136); }
div.DivClassName
{
background-color: #125488;
}
.BgClassName
{
background-color: #125488;
}
</style>
border-color css
<style>
span { border-color: #125488; }
span { border-color: rgb(18,84,136); }
td.TdClassName
{
border-color: #125488;
}
.TagClassName
{
border-color: #125488;
}
</style>