Shades of Dark Cerulean #123A7C
Tints of Dark Cerulean #123A7C
RGB
CMYK
RGB Variations
Color information
#123A7C (or 0x123A7C) is known color: Dark Cerulean. HEX triplet: 12, 3A and 7C. RGB value is (18,58,124). Sum of RGB (Red+Green+Blue) = 18+58+124=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #123A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A7C is #EDC583. Grayscale: #353535. Windows color (decimal): -15582596 or 8141330. OLE color: 8141330.
HSL color Cylindrical-coordinate representation of color #123A7C: hue angle of 217.36º 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 #123A7C is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 58 | 124 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.51 |
| HSL | 217.36º | 0.75% | 0.28% | - |
| HSV(B) | 217.36º | 0.85% | 0.49% | - |
| XYZ | 5.4 | 4.61 | 19.67 | - |
| YUV | 53.56 | 167.75 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 124 | 0.85 | 0.53 | 0 | 0.51 | 217.36 | 0.75 | 0.28 |
| Hex | 12 | 3A | 7C | 55 | 35 | 0 | 33 | D9 | 4B | 1C |
| Octal | 22 | 72 | 174 | 125 | 65 | 0 | 63 | 331 | 113 | 34 |
| Binary | 10010 | 111010 | 1111100 | 1010101 | 110101 | 0 | 110011 | 11011001 | 1001011 | 11100 |
Color Harmonies of #123A7C
Complementary color
Monochromatic Colors of #123A7C
Black with #123A7C
Text Example
Text Example
White with #123A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A7C; }
p { color: rgb(18,58,124); }
H1.HeaderClassName
{
color: #123A7C;
}
.AnyTagClassName
{
color: #123A7C;
}
</style>
background-color css
<style>
a { background-color: #123A7C; }
a { background-color: rgb(18,58,124); }
div.DivClassName
{
background-color: #123A7C;
}
.BgClassName
{
background-color: #123A7C;
}
</style>
border-color css
<style>
span { border-color: #123A7C; }
span { border-color: rgb(18,58,124); }
td.TdClassName
{
border-color: #123A7C;
}
.TagClassName
{
border-color: #123A7C;
}
</style>