Shades of Dark Cerulean #123D6D
Tints of Dark Cerulean #123D6D
RGB
CMYK
RGB Variations
Color information
#123D6D (or 0x123D6D) is known color: Dark Cerulean. HEX triplet: 12, 3D and 6D. RGB value is (18,61,109). Sum of RGB (Red+Green+Blue) = 18+61+109=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #123D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D6D is #EDC292. Grayscale: #353535. Windows color (decimal): -15581843 or 7159058. OLE color: 7159058.
HSL color Cylindrical-coordinate representation of color #123D6D: hue angle of 211.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123D6D is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 61 | 109 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.57 |
| HSL | 211.65º | 0.72% | 0.25% | - |
| HSV(B) | 211.65º | 0.83% | 0.43% | - |
| XYZ | 4.68 | 4.57 | 15.1 | - |
| YUV | 53.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 109 | 0.83 | 0.44 | 0 | 0.57 | 211.65 | 0.72 | 0.25 |
| Hex | 12 | 3D | 6D | 53 | 2C | 0 | 39 | D4 | 48 | 19 |
| Octal | 22 | 75 | 155 | 123 | 54 | 0 | 71 | 324 | 110 | 31 |
| Binary | 10010 | 111101 | 1101101 | 1010011 | 101100 | 0 | 111001 | 11010100 | 1001000 | 11001 |
Color Harmonies of #123D6D
Complementary color
Monochromatic Colors of #123D6D
Black with #123D6D
Text Example
Text Example
White with #123D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D6D; }
p { color: rgb(18,61,109); }
H1.HeaderClassName
{
color: #123D6D;
}
.AnyTagClassName
{
color: #123D6D;
}
</style>
background-color css
<style>
a { background-color: #123D6D; }
a { background-color: rgb(18,61,109); }
div.DivClassName
{
background-color: #123D6D;
}
.BgClassName
{
background-color: #123D6D;
}
</style>
border-color css
<style>
span { border-color: #123D6D; }
span { border-color: rgb(18,61,109); }
td.TdClassName
{
border-color: #123D6D;
}
.TagClassName
{
border-color: #123D6D;
}
</style>