Shades of Dark Cerulean #123C82
Tints of Dark Cerulean #123C82
RGB
CMYK
RGB Variations
Color information
#123C82 (or 0x123C82) is known color: Dark Cerulean. HEX triplet: 12, 3C and 82. RGB value is (18,60,130). Sum of RGB (Red+Green+Blue) = 18+60+130=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #123C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C82 is #EDC37D. Grayscale: #373737. Windows color (decimal): -15582078 or 8535058. OLE color: 8535058.
HSL color Cylindrical-coordinate representation of color #123C82: hue angle of 217.5º 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 #123C82 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 60 | 130 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.49 |
| HSL | 217.5º | 0.76% | 0.29% | - |
| HSV(B) | 217.5º | 0.86% | 0.51% | - |
| XYZ | 5.89 | 4.97 | 21.77 | - |
| YUV | 55.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 130 | 0.86 | 0.54 | 0 | 0.49 | 217.5 | 0.76 | 0.29 |
| Hex | 12 | 3C | 82 | 56 | 36 | 0 | 31 | DA | 4C | 1D |
| Octal | 22 | 74 | 202 | 126 | 66 | 0 | 61 | 332 | 114 | 35 |
| Binary | 10010 | 111100 | 10000010 | 1010110 | 110110 | 0 | 110001 | 11011010 | 1001100 | 11101 |
Color Harmonies of #123C82
Complementary color
Monochromatic Colors of #123C82
Black with #123C82
Text Example
Text Example
White with #123C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C82; }
p { color: rgb(18,60,130); }
H1.HeaderClassName
{
color: #123C82;
}
.AnyTagClassName
{
color: #123C82;
}
</style>
background-color css
<style>
a { background-color: #123C82; }
a { background-color: rgb(18,60,130); }
div.DivClassName
{
background-color: #123C82;
}
.BgClassName
{
background-color: #123C82;
}
</style>
border-color css
<style>
span { border-color: #123C82; }
span { border-color: rgb(18,60,130); }
td.TdClassName
{
border-color: #123C82;
}
.TagClassName
{
border-color: #123C82;
}
</style>