Shades of Dark Cerulean #123D7F
Tints of Dark Cerulean #123D7F
RGB
CMYK
RGB Variations
Color information
#123D7F (or 0x123D7F) is known color: Dark Cerulean. HEX triplet: 12, 3D and 7F. RGB value is (18,61,127). Sum of RGB (Red+Green+Blue) = 18+61+127=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #123D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D7F is #EDC280. Grayscale: #373737. Windows color (decimal): -15581825 or 8338706. OLE color: 8338706.
HSL color Cylindrical-coordinate representation of color #123D7F: hue angle of 216.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123D7F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 61 | 127 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.50 |
| HSL | 216.33º | 0.75% | 0.28% | - |
| HSV(B) | 216.33º | 0.86% | 0.5% | - |
| XYZ | 5.75 | 5 | 20.74 | - |
| YUV | 55.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 127 | 0.86 | 0.52 | 0 | 0.50 | 216.33 | 0.75 | 0.28 |
| Hex | 12 | 3D | 7F | 56 | 34 | 0 | 32 | D8 | 4B | 1C |
| Octal | 22 | 75 | 177 | 126 | 64 | 0 | 62 | 330 | 113 | 34 |
| Binary | 10010 | 111101 | 1111111 | 1010110 | 110100 | 0 | 110010 | 11011000 | 1001011 | 11100 |
Color Harmonies of #123D7F
Complementary color
Monochromatic Colors of #123D7F
Black with #123D7F
Text Example
Text Example
White with #123D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D7F; }
p { color: rgb(18,61,127); }
H1.HeaderClassName
{
color: #123D7F;
}
.AnyTagClassName
{
color: #123D7F;
}
</style>
background-color css
<style>
a { background-color: #123D7F; }
a { background-color: rgb(18,61,127); }
div.DivClassName
{
background-color: #123D7F;
}
.BgClassName
{
background-color: #123D7F;
}
</style>
border-color css
<style>
span { border-color: #123D7F; }
span { border-color: rgb(18,61,127); }
td.TdClassName
{
border-color: #123D7F;
}
.TagClassName
{
border-color: #123D7F;
}
</style>