Shades of Dark Cerulean #125082
Tints of Dark Cerulean #125082
RGB
CMYK
RGB Variations
Color information
#125082 (or 0x125082) is known color: Dark Cerulean. HEX triplet: 12, 50 and 82. RGB value is (18,80,130). Sum of RGB (Red+Green+Blue) = 18+80+130=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #125082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125082 is #EDAF7D. Grayscale: #424242. Windows color (decimal): -15576958 or 8540178. OLE color: 8540178.
HSL color Cylindrical-coordinate representation of color #125082: hue angle of 206.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125082 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 80 | 130 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.49 |
| HSL | 206.79º | 0.76% | 0.29% | - |
| HSV(B) | 206.79º | 0.86% | 0.51% | - |
| XYZ | 7.15 | 7.48 | 22.19 | - |
| YUV | 67.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 130 | 0.86 | 0.38 | 0 | 0.49 | 206.79 | 0.76 | 0.29 |
| Hex | 12 | 50 | 82 | 56 | 26 | 0 | 31 | CF | 4C | 1D |
| Octal | 22 | 120 | 202 | 126 | 46 | 0 | 61 | 317 | 114 | 35 |
| Binary | 10010 | 1010000 | 10000010 | 1010110 | 100110 | 0 | 110001 | 11001111 | 1001100 | 11101 |
Color Harmonies of #125082
Complementary color
Monochromatic Colors of #125082
Black with #125082
Text Example
Text Example
White with #125082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125082; }
p { color: rgb(18,80,130); }
H1.HeaderClassName
{
color: #125082;
}
.AnyTagClassName
{
color: #125082;
}
</style>
background-color css
<style>
a { background-color: #125082; }
a { background-color: rgb(18,80,130); }
div.DivClassName
{
background-color: #125082;
}
.BgClassName
{
background-color: #125082;
}
</style>
border-color css
<style>
span { border-color: #125082; }
span { border-color: rgb(18,80,130); }
td.TdClassName
{
border-color: #125082;
}
.TagClassName
{
border-color: #125082;
}
</style>