Shades of Dark Cerulean #123D85
Tints of Dark Cerulean #123D85
RGB
CMYK
RGB Variations
Color information
#123D85 (or 0x123D85) is known color: Dark Cerulean. HEX triplet: 12, 3D and 85. RGB value is (18,61,133). Sum of RGB (Red+Green+Blue) = 18+61+133=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #123D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D85 is #EDC27A. Grayscale: #383838. Windows color (decimal): -15581819 or 8731922. OLE color: 8731922.
HSL color Cylindrical-coordinate representation of color #123D85: hue angle of 217.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123D85 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 61 | 133 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.48 |
| HSL | 217.57º | 0.76% | 0.3% | - |
| HSV(B) | 217.57º | 0.86% | 0.52% | - |
| XYZ | 6.15 | 5.16 | 22.86 | - |
| YUV | 56.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 133 | 0.86 | 0.54 | 0 | 0.48 | 217.57 | 0.76 | 0.3 |
| Hex | 12 | 3D | 85 | 56 | 36 | 0 | 30 | DA | 4C | 1E |
| Octal | 22 | 75 | 205 | 126 | 66 | 0 | 60 | 332 | 114 | 36 |
| Binary | 10010 | 111101 | 10000101 | 1010110 | 110110 | 0 | 110000 | 11011010 | 1001100 | 11110 |
Color Harmonies of #123D85
Complementary color
Monochromatic Colors of #123D85
Black with #123D85
Text Example
Text Example
White with #123D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D85; }
p { color: rgb(18,61,133); }
H1.HeaderClassName
{
color: #123D85;
}
.AnyTagClassName
{
color: #123D85;
}
</style>
background-color css
<style>
a { background-color: #123D85; }
a { background-color: rgb(18,61,133); }
div.DivClassName
{
background-color: #123D85;
}
.BgClassName
{
background-color: #123D85;
}
</style>
border-color css
<style>
span { border-color: #123D85; }
span { border-color: rgb(18,61,133); }
td.TdClassName
{
border-color: #123D85;
}
.TagClassName
{
border-color: #123D85;
}
</style>