Shades of Dark Cerulean #123C7D
Tints of Dark Cerulean #123C7D
RGB
CMYK
RGB Variations
Color information
#123C7D (or 0x123C7D) is known color: Dark Cerulean. HEX triplet: 12, 3C and 7D. RGB value is (18,60,125). Sum of RGB (Red+Green+Blue) = 18+60+125=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #123C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7D is #EDC382. Grayscale: #363636. Windows color (decimal): -15582083 or 8207378. OLE color: 8207378.
HSL color Cylindrical-coordinate representation of color #123C7D: hue angle of 216.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123C7D is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 60 | 125 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.51 |
| HSL | 216.45º | 0.75% | 0.28% | - |
| HSV(B) | 216.45º | 0.86% | 0.49% | - |
| XYZ | 5.57 | 4.84 | 20.04 | - |
| YUV | 54.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 125 | 0.86 | 0.52 | 0 | 0.51 | 216.45 | 0.75 | 0.28 |
| Hex | 12 | 3C | 7D | 56 | 34 | 0 | 33 | D8 | 4B | 1C |
| Octal | 22 | 74 | 175 | 126 | 64 | 0 | 63 | 330 | 113 | 34 |
| Binary | 10010 | 111100 | 1111101 | 1010110 | 110100 | 0 | 110011 | 11011000 | 1001011 | 11100 |
Color Harmonies of #123C7D
Complementary color
Monochromatic Colors of #123C7D
Black with #123C7D
Text Example
Text Example
White with #123C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C7D; }
p { color: rgb(18,60,125); }
H1.HeaderClassName
{
color: #123C7D;
}
.AnyTagClassName
{
color: #123C7D;
}
</style>
background-color css
<style>
a { background-color: #123C7D; }
a { background-color: rgb(18,60,125); }
div.DivClassName
{
background-color: #123C7D;
}
.BgClassName
{
background-color: #123C7D;
}
</style>
border-color css
<style>
span { border-color: #123C7D; }
span { border-color: rgb(18,60,125); }
td.TdClassName
{
border-color: #123C7D;
}
.TagClassName
{
border-color: #123C7D;
}
</style>