Shades of Dark Cerulean #123D6E
Tints of Dark Cerulean #123D6E
RGB
CMYK
RGB Variations
Color information
#123D6E (or 0x123D6E) is known color: Dark Cerulean. HEX triplet: 12, 3D and 6E. RGB value is (18,61,110). Sum of RGB (Red+Green+Blue) = 18+61+110=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #123D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D6E is #EDC291. Grayscale: #353535. Windows color (decimal): -15581842 or 7224594. OLE color: 7224594.
HSL color Cylindrical-coordinate representation of color #123D6E: hue angle of 211.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123D6E is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 61 | 110 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.57 |
| HSL | 211.96º | 0.72% | 0.25% | - |
| HSV(B) | 211.96º | 0.84% | 0.43% | - |
| XYZ | 4.73 | 4.59 | 15.39 | - |
| YUV | 53.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 110 | 0.84 | 0.45 | 0 | 0.57 | 211.96 | 0.72 | 0.25 |
| Hex | 12 | 3D | 6E | 54 | 2D | 0 | 39 | D4 | 48 | 19 |
| Octal | 22 | 75 | 156 | 124 | 55 | 0 | 71 | 324 | 110 | 31 |
| Binary | 10010 | 111101 | 1101110 | 1010100 | 101101 | 0 | 111001 | 11010100 | 1001000 | 11001 |
Color Harmonies of #123D6E
Complementary color
Monochromatic Colors of #123D6E
Black with #123D6E
Text Example
Text Example
White with #123D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D6E; }
p { color: rgb(18,61,110); }
H1.HeaderClassName
{
color: #123D6E;
}
.AnyTagClassName
{
color: #123D6E;
}
</style>
background-color css
<style>
a { background-color: #123D6E; }
a { background-color: rgb(18,61,110); }
div.DivClassName
{
background-color: #123D6E;
}
.BgClassName
{
background-color: #123D6E;
}
</style>
border-color css
<style>
span { border-color: #123D6E; }
span { border-color: rgb(18,61,110); }
td.TdClassName
{
border-color: #123D6E;
}
.TagClassName
{
border-color: #123D6E;
}
</style>