Shades of Dark Cerulean #123181
Tints of Dark Cerulean #123181
RGB
CMYK
RGB Variations
Color information
#123181 (or 0x123181) is known color: Dark Cerulean. HEX triplet: 12, 31 and 81. RGB value is (18,49,129). Sum of RGB (Red+Green+Blue) = 18+49+129=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #123181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123181 is #EDCE7E. Grayscale: #303030. Windows color (decimal): -15584895 or 8466706. OLE color: 8466706.
HSL color Cylindrical-coordinate representation of color #123181: hue angle of 223.24º 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 #123181 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 49 | 129 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.49 |
| HSL | 223.24º | 0.76% | 0.29% | - |
| HSV(B) | 223.24º | 0.86% | 0.51% | - |
| XYZ | 5.31 | 3.91 | 21.24 | - |
| YUV | 48.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 129 | 0.86 | 0.62 | 0 | 0.49 | 223.24 | 0.76 | 0.29 |
| Hex | 12 | 31 | 81 | 56 | 3E | 0 | 31 | DF | 4C | 1D |
| Octal | 22 | 61 | 201 | 126 | 76 | 0 | 61 | 337 | 114 | 35 |
| Binary | 10010 | 110001 | 10000001 | 1010110 | 111110 | 0 | 110001 | 11011111 | 1001100 | 11101 |
Color Harmonies of #123181
Complementary color
Monochromatic Colors of #123181
Black with #123181
Text Example
Text Example
White with #123181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123181; }
p { color: rgb(18,49,129); }
H1.HeaderClassName
{
color: #123181;
}
.AnyTagClassName
{
color: #123181;
}
</style>
background-color css
<style>
a { background-color: #123181; }
a { background-color: rgb(18,49,129); }
div.DivClassName
{
background-color: #123181;
}
.BgClassName
{
background-color: #123181;
}
</style>
border-color css
<style>
span { border-color: #123181; }
span { border-color: rgb(18,49,129); }
td.TdClassName
{
border-color: #123181;
}
.TagClassName
{
border-color: #123181;
}
</style>