Shades of Dark Cerulean #123C75
Tints of Dark Cerulean #123C75
RGB
CMYK
RGB Variations
Color information
#123C75 (or 0x123C75) is known color: Dark Cerulean. HEX triplet: 12, 3C and 75. RGB value is (18,60,117). Sum of RGB (Red+Green+Blue) = 18+60+117=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #123C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C75 is #EDC38A. Grayscale: #353535. Windows color (decimal): -15582091 or 7683090. OLE color: 7683090.
HSL color Cylindrical-coordinate representation of color #123C75: hue angle of 214.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123C75 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 60 | 117 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.54 |
| HSL | 214.55º | 0.73% | 0.26% | - |
| HSV(B) | 214.55º | 0.85% | 0.46% | - |
| XYZ | 5.08 | 4.64 | 17.46 | - |
| YUV | 53.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 117 | 0.85 | 0.49 | 0 | 0.54 | 214.55 | 0.73 | 0.26 |
| Hex | 12 | 3C | 75 | 55 | 31 | 0 | 36 | D7 | 49 | 1A |
| Octal | 22 | 74 | 165 | 125 | 61 | 0 | 66 | 327 | 111 | 32 |
| Binary | 10010 | 111100 | 1110101 | 1010101 | 110001 | 0 | 110110 | 11010111 | 1001001 | 11010 |
Color Harmonies of #123C75
Complementary color
Monochromatic Colors of #123C75
Black with #123C75
Text Example
Text Example
White with #123C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C75; }
p { color: rgb(18,60,117); }
H1.HeaderClassName
{
color: #123C75;
}
.AnyTagClassName
{
color: #123C75;
}
</style>
background-color css
<style>
a { background-color: #123C75; }
a { background-color: rgb(18,60,117); }
div.DivClassName
{
background-color: #123C75;
}
.BgClassName
{
background-color: #123C75;
}
</style>
border-color css
<style>
span { border-color: #123C75; }
span { border-color: rgb(18,60,117); }
td.TdClassName
{
border-color: #123C75;
}
.TagClassName
{
border-color: #123C75;
}
</style>