Shades of Dark Cerulean #123A73
Tints of Dark Cerulean #123A73
RGB
CMYK
RGB Variations
Color information
#123A73 (or 0x123A73) is known color: Dark Cerulean. HEX triplet: 12, 3A and 73. RGB value is (18,58,115). Sum of RGB (Red+Green+Blue) = 18+58+115=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #123A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A73 is #EDC58C. Grayscale: #343434. Windows color (decimal): -15582605 or 7551506. OLE color: 7551506.
HSL color Cylindrical-coordinate representation of color #123A73: hue angle of 215.26º 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 #123A73 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 58 | 115 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.55 |
| HSL | 215.26º | 0.73% | 0.26% | - |
| HSV(B) | 215.26º | 0.84% | 0.45% | - |
| XYZ | 4.86 | 4.39 | 16.81 | - |
| YUV | 52.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 115 | 0.84 | 0.50 | 0 | 0.55 | 215.26 | 0.73 | 0.26 |
| Hex | 12 | 3A | 73 | 54 | 32 | 0 | 37 | D7 | 49 | 1A |
| Octal | 22 | 72 | 163 | 124 | 62 | 0 | 67 | 327 | 111 | 32 |
| Binary | 10010 | 111010 | 1110011 | 1010100 | 110010 | 0 | 110111 | 11010111 | 1001001 | 11010 |
Color Harmonies of #123A73
Complementary color
Monochromatic Colors of #123A73
Black with #123A73
Text Example
Text Example
White with #123A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A73; }
p { color: rgb(18,58,115); }
H1.HeaderClassName
{
color: #123A73;
}
.AnyTagClassName
{
color: #123A73;
}
</style>
background-color css
<style>
a { background-color: #123A73; }
a { background-color: rgb(18,58,115); }
div.DivClassName
{
background-color: #123A73;
}
.BgClassName
{
background-color: #123A73;
}
</style>
border-color css
<style>
span { border-color: #123A73; }
span { border-color: rgb(18,58,115); }
td.TdClassName
{
border-color: #123A73;
}
.TagClassName
{
border-color: #123A73;
}
</style>