Shades of Dark Cerulean #123F75
Tints of Dark Cerulean #123F75
RGB
CMYK
RGB Variations
Color information
#123F75 (or 0x123F75) is known color: Dark Cerulean. HEX triplet: 12, 3F and 75. RGB value is (18,63,117). Sum of RGB (Red+Green+Blue) = 18+63+117=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #123F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F75 is #EDC08A. Grayscale: #373737. Windows color (decimal): -15581323 or 7683858. OLE color: 7683858.
HSL color Cylindrical-coordinate representation of color #123F75: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123F75 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 63 | 117 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.54 |
| HSL | 212.73º | 0.73% | 0.26% | - |
| HSV(B) | 212.73º | 0.85% | 0.46% | - |
| XYZ | 5.24 | 4.97 | 17.51 | - |
| YUV | 55.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 117 | 0.85 | 0.46 | 0 | 0.54 | 212.73 | 0.73 | 0.26 |
| Hex | 12 | 3F | 75 | 55 | 2E | 0 | 36 | D5 | 49 | 1A |
| Octal | 22 | 77 | 165 | 125 | 56 | 0 | 66 | 325 | 111 | 32 |
| Binary | 10010 | 111111 | 1110101 | 1010101 | 101110 | 0 | 110110 | 11010101 | 1001001 | 11010 |
Color Harmonies of #123F75
Complementary color
Monochromatic Colors of #123F75
Black with #123F75
Text Example
Text Example
White with #123F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F75; }
p { color: rgb(18,63,117); }
H1.HeaderClassName
{
color: #123F75;
}
.AnyTagClassName
{
color: #123F75;
}
</style>
background-color css
<style>
a { background-color: #123F75; }
a { background-color: rgb(18,63,117); }
div.DivClassName
{
background-color: #123F75;
}
.BgClassName
{
background-color: #123F75;
}
</style>
border-color css
<style>
span { border-color: #123F75; }
span { border-color: rgb(18,63,117); }
td.TdClassName
{
border-color: #123F75;
}
.TagClassName
{
border-color: #123F75;
}
</style>