Shades of Dark Cerulean #123781
Tints of Dark Cerulean #123781
RGB
CMYK
RGB Variations
Color information
#123781 (or 0x123781) is known color: Dark Cerulean. HEX triplet: 12, 37 and 81. RGB value is (18,55,129). Sum of RGB (Red+Green+Blue) = 18+55+129=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #123781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123781 is #EDC87E. Grayscale: #343434. Windows color (decimal): -15583359 or 8468242. OLE color: 8468242.
HSL color Cylindrical-coordinate representation of color #123781: hue angle of 220º 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 #123781 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 55 | 129 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.49 |
| HSL | 220º | 0.76% | 0.29% | - |
| HSV(B) | 220º | 0.86% | 0.51% | - |
| XYZ | 5.58 | 4.45 | 21.33 | - |
| YUV | 52.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 129 | 0.86 | 0.57 | 0 | 0.49 | 220 | 0.76 | 0.29 |
| Hex | 12 | 37 | 81 | 56 | 39 | 0 | 31 | DC | 4C | 1D |
| Octal | 22 | 67 | 201 | 126 | 71 | 0 | 61 | 334 | 114 | 35 |
| Binary | 10010 | 110111 | 10000001 | 1010110 | 111001 | 0 | 110001 | 11011100 | 1001100 | 11101 |
Color Harmonies of #123781
Complementary color
Monochromatic Colors of #123781
Black with #123781
Text Example
Text Example
White with #123781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123781; }
p { color: rgb(18,55,129); }
H1.HeaderClassName
{
color: #123781;
}
.AnyTagClassName
{
color: #123781;
}
</style>
background-color css
<style>
a { background-color: #123781; }
a { background-color: rgb(18,55,129); }
div.DivClassName
{
background-color: #123781;
}
.BgClassName
{
background-color: #123781;
}
</style>
border-color css
<style>
span { border-color: #123781; }
span { border-color: rgb(18,55,129); }
td.TdClassName
{
border-color: #123781;
}
.TagClassName
{
border-color: #123781;
}
</style>