Shades of Dark Cerulean #123C7C
Tints of Dark Cerulean #123C7C
RGB
CMYK
RGB Variations
Color information
#123C7C (or 0x123C7C) is known color: Dark Cerulean. HEX triplet: 12, 3C and 7C. RGB value is (18,60,124). Sum of RGB (Red+Green+Blue) = 18+60+124=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #123C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7C is #EDC383. Grayscale: #363636. Windows color (decimal): -15582084 or 8141842. OLE color: 8141842.
HSL color Cylindrical-coordinate representation of color #123C7C: hue angle of 216.23º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123C7C is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 60 | 124 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.51 |
| HSL | 216.23º | 0.75% | 0.28% | - |
| HSV(B) | 216.23º | 0.85% | 0.49% | - |
| XYZ | 5.5 | 4.82 | 19.71 | - |
| YUV | 54.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 124 | 0.85 | 0.52 | 0 | 0.51 | 216.23 | 0.75 | 0.28 |
| Hex | 12 | 3C | 7C | 55 | 34 | 0 | 33 | D8 | 4B | 1C |
| Octal | 22 | 74 | 174 | 125 | 64 | 0 | 63 | 330 | 113 | 34 |
| Binary | 10010 | 111100 | 1111100 | 1010101 | 110100 | 0 | 110011 | 11011000 | 1001011 | 11100 |
Color Harmonies of #123C7C
Complementary color
Monochromatic Colors of #123C7C
Black with #123C7C
Text Example
Text Example
White with #123C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C7C; }
p { color: rgb(18,60,124); }
H1.HeaderClassName
{
color: #123C7C;
}
.AnyTagClassName
{
color: #123C7C;
}
</style>
background-color css
<style>
a { background-color: #123C7C; }
a { background-color: rgb(18,60,124); }
div.DivClassName
{
background-color: #123C7C;
}
.BgClassName
{
background-color: #123C7C;
}
</style>
border-color css
<style>
span { border-color: #123C7C; }
span { border-color: rgb(18,60,124); }
td.TdClassName
{
border-color: #123C7C;
}
.TagClassName
{
border-color: #123C7C;
}
</style>