Shades of Dark Cerulean #123D7D
Tints of Dark Cerulean #123D7D
RGB
CMYK
RGB Variations
Color information
#123D7D (or 0x123D7D) is known color: Dark Cerulean. HEX triplet: 12, 3D and 7D. RGB value is (18,61,125). Sum of RGB (Red+Green+Blue) = 18+61+125=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #123D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D7D is #EDC282. Grayscale: #373737. Windows color (decimal): -15581827 or 8207634. OLE color: 8207634.
HSL color Cylindrical-coordinate representation of color #123D7D: hue angle of 215.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123D7D is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 61 | 125 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.51 |
| HSL | 215.89º | 0.75% | 0.28% | - |
| HSV(B) | 215.89º | 0.86% | 0.49% | - |
| XYZ | 5.62 | 4.95 | 20.06 | - |
| YUV | 55.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 125 | 0.86 | 0.51 | 0 | 0.51 | 215.89 | 0.75 | 0.28 |
| Hex | 12 | 3D | 7D | 56 | 33 | 0 | 33 | D8 | 4B | 1C |
| Octal | 22 | 75 | 175 | 126 | 63 | 0 | 63 | 330 | 113 | 34 |
| Binary | 10010 | 111101 | 1111101 | 1010110 | 110011 | 0 | 110011 | 11011000 | 1001011 | 11100 |
Color Harmonies of #123D7D
Complementary color
Monochromatic Colors of #123D7D
Black with #123D7D
Text Example
Text Example
White with #123D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D7D; }
p { color: rgb(18,61,125); }
H1.HeaderClassName
{
color: #123D7D;
}
.AnyTagClassName
{
color: #123D7D;
}
</style>
background-color css
<style>
a { background-color: #123D7D; }
a { background-color: rgb(18,61,125); }
div.DivClassName
{
background-color: #123D7D;
}
.BgClassName
{
background-color: #123D7D;
}
</style>
border-color css
<style>
span { border-color: #123D7D; }
span { border-color: rgb(18,61,125); }
td.TdClassName
{
border-color: #123D7D;
}
.TagClassName
{
border-color: #123D7D;
}
</style>