Shades of Dark Cerulean #125081
Tints of Dark Cerulean #125081
RGB
CMYK
RGB Variations
Color information
#125081 (or 0x125081) is known color: Dark Cerulean. HEX triplet: 12, 50 and 81. RGB value is (18,80,129). Sum of RGB (Red+Green+Blue) = 18+80+129=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #125081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125081 is #EDAF7E. Grayscale: #424242. Windows color (decimal): -15576959 or 8474642. OLE color: 8474642.
HSL color Cylindrical-coordinate representation of color #125081: hue angle of 206.49º 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 #125081 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 80 | 129 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.49 |
| HSL | 206.49º | 0.76% | 0.29% | - |
| HSV(B) | 206.49º | 0.86% | 0.51% | - |
| XYZ | 7.08 | 7.45 | 21.83 | - |
| YUV | 67.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 129 | 0.86 | 0.38 | 0 | 0.49 | 206.49 | 0.76 | 0.29 |
| Hex | 12 | 50 | 81 | 56 | 26 | 0 | 31 | CE | 4C | 1D |
| Octal | 22 | 120 | 201 | 126 | 46 | 0 | 61 | 316 | 114 | 35 |
| Binary | 10010 | 1010000 | 10000001 | 1010110 | 100110 | 0 | 110001 | 11001110 | 1001100 | 11101 |
Color Harmonies of #125081
Complementary color
Monochromatic Colors of #125081
Black with #125081
Text Example
Text Example
White with #125081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125081; }
p { color: rgb(18,80,129); }
H1.HeaderClassName
{
color: #125081;
}
.AnyTagClassName
{
color: #125081;
}
</style>
background-color css
<style>
a { background-color: #125081; }
a { background-color: rgb(18,80,129); }
div.DivClassName
{
background-color: #125081;
}
.BgClassName
{
background-color: #125081;
}
</style>
border-color css
<style>
span { border-color: #125081; }
span { border-color: rgb(18,80,129); }
td.TdClassName
{
border-color: #125081;
}
.TagClassName
{
border-color: #125081;
}
</style>