Shades of Dark Cerulean #123E83
Tints of Dark Cerulean #123E83
RGB
CMYK
RGB Variations
Color information
#123E83 (or 0x123E83) is known color: Dark Cerulean. HEX triplet: 12, 3E and 83. RGB value is (18,62,131). Sum of RGB (Red+Green+Blue) = 18+62+131=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #123E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123E83 is #EDC17C. Grayscale: #383838. Windows color (decimal): -15581565 or 8601106. OLE color: 8601106.
HSL color Cylindrical-coordinate representation of color #123E83: hue angle of 216.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123E83 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 62 | 131 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.49 |
| HSL | 216.64º | 0.76% | 0.29% | - |
| HSV(B) | 216.64º | 0.86% | 0.51% | - |
| XYZ | 6.07 | 5.21 | 22.16 | - |
| YUV | 56.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 131 | 0.86 | 0.53 | 0 | 0.49 | 216.64 | 0.76 | 0.29 |
| Hex | 12 | 3E | 83 | 56 | 35 | 0 | 31 | D9 | 4C | 1D |
| Octal | 22 | 76 | 203 | 126 | 65 | 0 | 61 | 331 | 114 | 35 |
| Binary | 10010 | 111110 | 10000011 | 1010110 | 110101 | 0 | 110001 | 11011001 | 1001100 | 11101 |
Color Harmonies of #123E83
Complementary color
Monochromatic Colors of #123E83
Black with #123E83
Text Example
Text Example
White with #123E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E83; }
p { color: rgb(18,62,131); }
H1.HeaderClassName
{
color: #123E83;
}
.AnyTagClassName
{
color: #123E83;
}
</style>
background-color css
<style>
a { background-color: #123E83; }
a { background-color: rgb(18,62,131); }
div.DivClassName
{
background-color: #123E83;
}
.BgClassName
{
background-color: #123E83;
}
</style>
border-color css
<style>
span { border-color: #123E83; }
span { border-color: rgb(18,62,131); }
td.TdClassName
{
border-color: #123E83;
}
.TagClassName
{
border-color: #123E83;
}
</style>