Shades of Dark Cerulean #123C7A
Tints of Dark Cerulean #123C7A
RGB
CMYK
RGB Variations
Color information
#123C7A (or 0x123C7A) is known color: Dark Cerulean. HEX triplet: 12, 3C and 7A. RGB value is (18,60,122). Sum of RGB (Red+Green+Blue) = 18+60+122=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #123C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7A is #EDC385. Grayscale: #363636. Windows color (decimal): -15582086 or 8010770. OLE color: 8010770.
HSL color Cylindrical-coordinate representation of color #123C7A: hue angle of 215.77º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123C7A is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 60 | 122 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.52 |
| HSL | 215.77º | 0.74% | 0.27% | - |
| HSV(B) | 215.77º | 0.85% | 0.48% | - |
| XYZ | 5.38 | 4.77 | 19.05 | - |
| YUV | 54.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 122 | 0.85 | 0.51 | 0 | 0.52 | 215.77 | 0.74 | 0.27 |
| Hex | 12 | 3C | 7A | 55 | 33 | 0 | 34 | D8 | 4A | 1B |
| Octal | 22 | 74 | 172 | 125 | 63 | 0 | 64 | 330 | 112 | 33 |
| Binary | 10010 | 111100 | 1111010 | 1010101 | 110011 | 0 | 110100 | 11011000 | 1001010 | 11011 |
Color Harmonies of #123C7A
Complementary color
Monochromatic Colors of #123C7A
Black with #123C7A
Text Example
Text Example
White with #123C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C7A; }
p { color: rgb(18,60,122); }
H1.HeaderClassName
{
color: #123C7A;
}
.AnyTagClassName
{
color: #123C7A;
}
</style>
background-color css
<style>
a { background-color: #123C7A; }
a { background-color: rgb(18,60,122); }
div.DivClassName
{
background-color: #123C7A;
}
.BgClassName
{
background-color: #123C7A;
}
</style>
border-color css
<style>
span { border-color: #123C7A; }
span { border-color: rgb(18,60,122); }
td.TdClassName
{
border-color: #123C7A;
}
.TagClassName
{
border-color: #123C7A;
}
</style>