Shades of Dark Cerulean #123F85
Tints of Dark Cerulean #123F85
RGB
CMYK
RGB Variations
Color information
#123F85 (or 0x123F85) is known color: Dark Cerulean. HEX triplet: 12, 3F and 85. RGB value is (18,63,133). Sum of RGB (Red+Green+Blue) = 18+63+133=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #123F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F85 is #EDC07A. Grayscale: #393939. Windows color (decimal): -15581307 or 8732434. OLE color: 8732434.
HSL color Cylindrical-coordinate representation of color #123F85: hue angle of 216.52º 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 #123F85 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 63 | 133 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.48 |
| HSL | 216.52º | 0.76% | 0.3% | - |
| HSV(B) | 216.52º | 0.86% | 0.52% | - |
| XYZ | 6.26 | 5.38 | 22.9 | - |
| YUV | 57.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 133 | 0.86 | 0.53 | 0 | 0.48 | 216.52 | 0.76 | 0.3 |
| Hex | 12 | 3F | 85 | 56 | 35 | 0 | 30 | D9 | 4C | 1E |
| Octal | 22 | 77 | 205 | 126 | 65 | 0 | 60 | 331 | 114 | 36 |
| Binary | 10010 | 111111 | 10000101 | 1010110 | 110101 | 0 | 110000 | 11011001 | 1001100 | 11110 |
Color Harmonies of #123F85
Complementary color
Monochromatic Colors of #123F85
Black with #123F85
Text Example
Text Example
White with #123F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F85; }
p { color: rgb(18,63,133); }
H1.HeaderClassName
{
color: #123F85;
}
.AnyTagClassName
{
color: #123F85;
}
</style>
background-color css
<style>
a { background-color: #123F85; }
a { background-color: rgb(18,63,133); }
div.DivClassName
{
background-color: #123F85;
}
.BgClassName
{
background-color: #123F85;
}
</style>
border-color css
<style>
span { border-color: #123F85; }
span { border-color: rgb(18,63,133); }
td.TdClassName
{
border-color: #123F85;
}
.TagClassName
{
border-color: #123F85;
}
</style>