Shades of Dark Cerulean #123580
Tints of Dark Cerulean #123580
RGB
CMYK
RGB Variations
Color information
#123580 (or 0x123580) is known color: Dark Cerulean. HEX triplet: 12, 35 and 80. RGB value is (18,53,128). Sum of RGB (Red+Green+Blue) = 18+53+128=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #123580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123580 is #EDCA7F. Grayscale: #323232. Windows color (decimal): -15583872 or 8402194. OLE color: 8402194.
HSL color Cylindrical-coordinate representation of color #123580: hue angle of 220.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123580 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 53 | 128 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.50 |
| HSL | 220.91º | 0.75% | 0.29% | - |
| HSV(B) | 220.91º | 0.86% | 0.5% | - |
| XYZ | 5.42 | 4.23 | 20.95 | - |
| YUV | 51.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 128 | 0.86 | 0.59 | 0 | 0.50 | 220.91 | 0.75 | 0.29 |
| Hex | 12 | 35 | 80 | 56 | 3B | 0 | 32 | DD | 4B | 1D |
| Octal | 22 | 65 | 200 | 126 | 73 | 0 | 62 | 335 | 113 | 35 |
| Binary | 10010 | 110101 | 10000000 | 1010110 | 111011 | 0 | 110010 | 11011101 | 1001011 | 11101 |
Color Harmonies of #123580
Complementary color
Monochromatic Colors of #123580
Black with #123580
Text Example
Text Example
White with #123580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123580; }
p { color: rgb(18,53,128); }
H1.HeaderClassName
{
color: #123580;
}
.AnyTagClassName
{
color: #123580;
}
</style>
background-color css
<style>
a { background-color: #123580; }
a { background-color: rgb(18,53,128); }
div.DivClassName
{
background-color: #123580;
}
.BgClassName
{
background-color: #123580;
}
</style>
border-color css
<style>
span { border-color: #123580; }
span { border-color: rgb(18,53,128); }
td.TdClassName
{
border-color: #123580;
}
.TagClassName
{
border-color: #123580;
}
</style>