Shades of Dark Cerulean #125091
Tints of Dark Cerulean #125091
RGB
CMYK
RGB Variations
Color information
#125091 (or 0x125091) is known color: Dark Cerulean. HEX triplet: 12, 50 and 91. RGB value is (18,80,145). Sum of RGB (Red+Green+Blue) = 18+80+145=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #125091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125091 is #EDAF6E. Grayscale: #444444. Windows color (decimal): -15576943 or 9523218. OLE color: 9523218.
HSL color Cylindrical-coordinate representation of color #125091: hue angle of 210.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125091 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 80 | 145 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.43 |
| HSL | 210.71º | 0.78% | 0.32% | - |
| HSV(B) | 210.71º | 0.88% | 0.57% | - |
| XYZ | 8.23 | 7.91 | 27.88 | - |
| YUV | 68.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 145 | 0.88 | 0.45 | 0 | 0.43 | 210.71 | 0.78 | 0.32 |
| Hex | 12 | 50 | 91 | 58 | 2D | 0 | 2B | D3 | 4E | 20 |
| Octal | 22 | 120 | 221 | 130 | 55 | 0 | 53 | 323 | 116 | 40 |
| Binary | 10010 | 1010000 | 10010001 | 1011000 | 101101 | 0 | 101011 | 11010011 | 1001110 | 100000 |
Color Harmonies of #125091
Complementary color
Monochromatic Colors of #125091
Black with #125091
Text Example
Text Example
White with #125091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125091; }
p { color: rgb(18,80,145); }
H1.HeaderClassName
{
color: #125091;
}
.AnyTagClassName
{
color: #125091;
}
</style>
background-color css
<style>
a { background-color: #125091; }
a { background-color: rgb(18,80,145); }
div.DivClassName
{
background-color: #125091;
}
.BgClassName
{
background-color: #125091;
}
</style>
border-color css
<style>
span { border-color: #125091; }
span { border-color: rgb(18,80,145); }
td.TdClassName
{
border-color: #125091;
}
.TagClassName
{
border-color: #125091;
}
</style>