Shades of Dark Cerulean #123C8B
Tints of Dark Cerulean #123C8B
RGB
CMYK
RGB Variations
Color information
#123C8B (or 0x123C8B) is known color: Dark Cerulean. HEX triplet: 12, 3C and 8B. RGB value is (18,60,139). Sum of RGB (Red+Green+Blue) = 18+60+139=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #123C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C8B is #EDC374. Grayscale: #383838. Windows color (decimal): -15582069 or 9124882. OLE color: 9124882.
HSL color Cylindrical-coordinate representation of color #123C8B: hue angle of 219.17º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123C8B is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 60 | 139 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.45 |
| HSL | 219.17º | 0.77% | 0.31% | - |
| HSV(B) | 219.17º | 0.87% | 0.55% | - |
| XYZ | 6.53 | 5.22 | 25.09 | - |
| YUV | 56.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 139 | 0.87 | 0.57 | 0 | 0.45 | 219.17 | 0.77 | 0.31 |
| Hex | 12 | 3C | 8B | 57 | 39 | 0 | 2D | DB | 4D | 1F |
| Octal | 22 | 74 | 213 | 127 | 71 | 0 | 55 | 333 | 115 | 37 |
| Binary | 10010 | 111100 | 10001011 | 1010111 | 111001 | 0 | 101101 | 11011011 | 1001101 | 11111 |
Color Harmonies of #123C8B
Complementary color
Monochromatic Colors of #123C8B
Black with #123C8B
Text Example
Text Example
White with #123C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C8B; }
p { color: rgb(18,60,139); }
H1.HeaderClassName
{
color: #123C8B;
}
.AnyTagClassName
{
color: #123C8B;
}
</style>
background-color css
<style>
a { background-color: #123C8B; }
a { background-color: rgb(18,60,139); }
div.DivClassName
{
background-color: #123C8B;
}
.BgClassName
{
background-color: #123C8B;
}
</style>
border-color css
<style>
span { border-color: #123C8B; }
span { border-color: rgb(18,60,139); }
td.TdClassName
{
border-color: #123C8B;
}
.TagClassName
{
border-color: #123C8B;
}
</style>