Shades of Dark Cerulean #124173
Tints of Dark Cerulean #124173
RGB
CMYK
RGB Variations
Color information
#124173 (or 0x124173) is known color: Dark Cerulean. HEX triplet: 12, 41 and 73. RGB value is (18,65,115). Sum of RGB (Red+Green+Blue) = 18+65+115=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #124173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124173 is #EDBE8C. Grayscale: #383838. Windows color (decimal): -15580813 or 7553298. OLE color: 7553298.
HSL color Cylindrical-coordinate representation of color #124173: hue angle of 210.93º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124173 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 65 | 115 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.55 |
| HSL | 210.93º | 0.73% | 0.26% | - |
| HSV(B) | 210.93º | 0.84% | 0.45% | - |
| XYZ | 5.23 | 5.15 | 16.94 | - |
| YUV | 56.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 115 | 0.84 | 0.43 | 0 | 0.55 | 210.93 | 0.73 | 0.26 |
| Hex | 12 | 41 | 73 | 54 | 2B | 0 | 37 | D3 | 49 | 1A |
| Octal | 22 | 101 | 163 | 124 | 53 | 0 | 67 | 323 | 111 | 32 |
| Binary | 10010 | 1000001 | 1110011 | 1010100 | 101011 | 0 | 110111 | 11010011 | 1001001 | 11010 |
Color Harmonies of #124173
Complementary color
Monochromatic Colors of #124173
Black with #124173
Text Example
Text Example
White with #124173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124173; }
p { color: rgb(18,65,115); }
H1.HeaderClassName
{
color: #124173;
}
.AnyTagClassName
{
color: #124173;
}
</style>
background-color css
<style>
a { background-color: #124173; }
a { background-color: rgb(18,65,115); }
div.DivClassName
{
background-color: #124173;
}
.BgClassName
{
background-color: #124173;
}
</style>
border-color css
<style>
span { border-color: #124173; }
span { border-color: rgb(18,65,115); }
td.TdClassName
{
border-color: #124173;
}
.TagClassName
{
border-color: #124173;
}
</style>