Shades of Dark Cerulean #123685
Tints of Dark Cerulean #123685
RGB
CMYK
RGB Variations
Color information
#123685 (or 0x123685) is known color: Dark Cerulean. HEX triplet: 12, 36 and 85. RGB value is (18,54,133). Sum of RGB (Red+Green+Blue) = 18+54+133=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #123685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123685 is #EDC97A. Grayscale: #333333. Windows color (decimal): -15583611 or 8730130. OLE color: 8730130.
HSL color Cylindrical-coordinate representation of color #123685: hue angle of 221.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123685 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 54 | 133 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.48 |
| HSL | 221.22º | 0.76% | 0.3% | - |
| HSV(B) | 221.22º | 0.86% | 0.52% | - |
| XYZ | 5.8 | 4.46 | 22.75 | - |
| YUV | 52.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 133 | 0.86 | 0.59 | 0 | 0.48 | 221.22 | 0.76 | 0.3 |
| Hex | 12 | 36 | 85 | 56 | 3B | 0 | 30 | DD | 4C | 1E |
| Octal | 22 | 66 | 205 | 126 | 73 | 0 | 60 | 335 | 114 | 36 |
| Binary | 10010 | 110110 | 10000101 | 1010110 | 111011 | 0 | 110000 | 11011101 | 1001100 | 11110 |
Color Harmonies of #123685
Complementary color
Monochromatic Colors of #123685
Black with #123685
Text Example
Text Example
White with #123685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123685; }
p { color: rgb(18,54,133); }
H1.HeaderClassName
{
color: #123685;
}
.AnyTagClassName
{
color: #123685;
}
</style>
background-color css
<style>
a { background-color: #123685; }
a { background-color: rgb(18,54,133); }
div.DivClassName
{
background-color: #123685;
}
.BgClassName
{
background-color: #123685;
}
</style>
border-color css
<style>
span { border-color: #123685; }
span { border-color: rgb(18,54,133); }
td.TdClassName
{
border-color: #123685;
}
.TagClassName
{
border-color: #123685;
}
</style>