Shades of Dark Cerulean #123778
Tints of Dark Cerulean #123778
RGB
CMYK
RGB Variations
Color information
#123778 (or 0x123778) is known color: Dark Cerulean. HEX triplet: 12, 37 and 78. RGB value is (18,55,120). Sum of RGB (Red+Green+Blue) = 18+55+120=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #123778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123778 is #EDC887. Grayscale: #333333. Windows color (decimal): -15583368 or 7878418. OLE color: 7878418.
HSL color Cylindrical-coordinate representation of color #123778: hue angle of 218.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123778 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 55 | 120 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.53 |
| HSL | 218.24º | 0.74% | 0.27% | - |
| HSV(B) | 218.24º | 0.85% | 0.47% | - |
| XYZ | 5.01 | 4.22 | 18.32 | - |
| YUV | 51.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 120 | 0.85 | 0.54 | 0 | 0.53 | 218.24 | 0.74 | 0.27 |
| Hex | 12 | 37 | 78 | 55 | 36 | 0 | 35 | DA | 4A | 1B |
| Octal | 22 | 67 | 170 | 125 | 66 | 0 | 65 | 332 | 112 | 33 |
| Binary | 10010 | 110111 | 1111000 | 1010101 | 110110 | 0 | 110101 | 11011010 | 1001010 | 11011 |
Color Harmonies of #123778
Complementary color
Monochromatic Colors of #123778
Black with #123778
Text Example
Text Example
White with #123778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123778; }
p { color: rgb(18,55,120); }
H1.HeaderClassName
{
color: #123778;
}
.AnyTagClassName
{
color: #123778;
}
</style>
background-color css
<style>
a { background-color: #123778; }
a { background-color: rgb(18,55,120); }
div.DivClassName
{
background-color: #123778;
}
.BgClassName
{
background-color: #123778;
}
</style>
border-color css
<style>
span { border-color: #123778; }
span { border-color: rgb(18,55,120); }
td.TdClassName
{
border-color: #123778;
}
.TagClassName
{
border-color: #123778;
}
</style>