Shades of Dark Cerulean #123E75
Tints of Dark Cerulean #123E75
RGB
CMYK
RGB Variations
Color information
#123E75 (or 0x123E75) is known color: Dark Cerulean. HEX triplet: 12, 3E and 75. RGB value is (18,62,117). Sum of RGB (Red+Green+Blue) = 18+62+117=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #123E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E75 is #EDC18A. Grayscale: #363636. Windows color (decimal): -15581579 or 7683602. OLE color: 7683602.
HSL color Cylindrical-coordinate representation of color #123E75: hue angle of 213.33º 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 #123E75 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 62 | 117 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.54 |
| HSL | 213.33º | 0.73% | 0.26% | - |
| HSV(B) | 213.33º | 0.85% | 0.46% | - |
| XYZ | 5.18 | 4.86 | 17.49 | - |
| YUV | 55.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 117 | 0.85 | 0.47 | 0 | 0.54 | 213.33 | 0.73 | 0.26 |
| Hex | 12 | 3E | 75 | 55 | 2F | 0 | 36 | D5 | 49 | 1A |
| Octal | 22 | 76 | 165 | 125 | 57 | 0 | 66 | 325 | 111 | 32 |
| Binary | 10010 | 111110 | 1110101 | 1010101 | 101111 | 0 | 110110 | 11010101 | 1001001 | 11010 |
Color Harmonies of #123E75
Complementary color
Monochromatic Colors of #123E75
Black with #123E75
Text Example
Text Example
White with #123E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E75; }
p { color: rgb(18,62,117); }
H1.HeaderClassName
{
color: #123E75;
}
.AnyTagClassName
{
color: #123E75;
}
</style>
background-color css
<style>
a { background-color: #123E75; }
a { background-color: rgb(18,62,117); }
div.DivClassName
{
background-color: #123E75;
}
.BgClassName
{
background-color: #123E75;
}
</style>
border-color css
<style>
span { border-color: #123E75; }
span { border-color: rgb(18,62,117); }
td.TdClassName
{
border-color: #123E75;
}
.TagClassName
{
border-color: #123E75;
}
</style>