Shades of Dark Cerulean #123F72
Tints of Dark Cerulean #123F72
RGB
CMYK
RGB Variations
Color information
#123F72 (or 0x123F72) is known color: Dark Cerulean. HEX triplet: 12, 3F and 72. RGB value is (18,63,114). Sum of RGB (Red+Green+Blue) = 18+63+114=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #123F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F72 is #EDC08D. Grayscale: #373737. Windows color (decimal): -15581326 or 7487250. OLE color: 7487250.
HSL color Cylindrical-coordinate representation of color #123F72: hue angle of 211.88º 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 #123F72 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 63 | 114 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.55 |
| HSL | 211.88º | 0.73% | 0.26% | - |
| HSV(B) | 211.88º | 0.84% | 0.45% | - |
| XYZ | 5.06 | 4.9 | 16.6 | - |
| YUV | 55.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 114 | 0.84 | 0.45 | 0 | 0.55 | 211.88 | 0.73 | 0.26 |
| Hex | 12 | 3F | 72 | 54 | 2D | 0 | 37 | D4 | 49 | 1A |
| Octal | 22 | 77 | 162 | 124 | 55 | 0 | 67 | 324 | 111 | 32 |
| Binary | 10010 | 111111 | 1110010 | 1010100 | 101101 | 0 | 110111 | 11010100 | 1001001 | 11010 |
Color Harmonies of #123F72
Complementary color
Monochromatic Colors of #123F72
Black with #123F72
Text Example
Text Example
White with #123F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F72; }
p { color: rgb(18,63,114); }
H1.HeaderClassName
{
color: #123F72;
}
.AnyTagClassName
{
color: #123F72;
}
</style>
background-color css
<style>
a { background-color: #123F72; }
a { background-color: rgb(18,63,114); }
div.DivClassName
{
background-color: #123F72;
}
.BgClassName
{
background-color: #123F72;
}
</style>
border-color css
<style>
span { border-color: #123F72; }
span { border-color: rgb(18,63,114); }
td.TdClassName
{
border-color: #123F72;
}
.TagClassName
{
border-color: #123F72;
}
</style>