Shades of Dark Cerulean #123974
Tints of Dark Cerulean #123974
RGB
CMYK
RGB Variations
Color information
#123974 (or 0x123974) is known color: Dark Cerulean. HEX triplet: 12, 39 and 74. RGB value is (18,57,116). Sum of RGB (Red+Green+Blue) = 18+57+116=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #123974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123974 is #EDC68B. Grayscale: #333333. Windows color (decimal): -15582860 or 7616786. OLE color: 7616786.
HSL color Cylindrical-coordinate representation of color #123974: hue angle of 216.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123974 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 57 | 116 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.55 |
| HSL | 216.12º | 0.73% | 0.26% | - |
| HSV(B) | 216.12º | 0.84% | 0.45% | - |
| XYZ | 4.86 | 4.32 | 17.1 | - |
| YUV | 52.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 116 | 0.84 | 0.51 | 0 | 0.55 | 216.12 | 0.73 | 0.26 |
| Hex | 12 | 39 | 74 | 54 | 33 | 0 | 37 | D8 | 49 | 1A |
| Octal | 22 | 71 | 164 | 124 | 63 | 0 | 67 | 330 | 111 | 32 |
| Binary | 10010 | 111001 | 1110100 | 1010100 | 110011 | 0 | 110111 | 11011000 | 1001001 | 11010 |
Color Harmonies of #123974
Complementary color
Monochromatic Colors of #123974
Black with #123974
Text Example
Text Example
White with #123974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123974; }
p { color: rgb(18,57,116); }
H1.HeaderClassName
{
color: #123974;
}
.AnyTagClassName
{
color: #123974;
}
</style>
background-color css
<style>
a { background-color: #123974; }
a { background-color: rgb(18,57,116); }
div.DivClassName
{
background-color: #123974;
}
.BgClassName
{
background-color: #123974;
}
</style>
border-color css
<style>
span { border-color: #123974; }
span { border-color: rgb(18,57,116); }
td.TdClassName
{
border-color: #123974;
}
.TagClassName
{
border-color: #123974;
}
</style>