Shades of Dark Cerulean #183C73
Tints of Dark Cerulean #183C73
RGB
CMYK
RGB Variations
Color information
#183C73 (or 0x183C73) is known color: Dark Cerulean. HEX triplet: 18, 3C and 73. RGB value is (24,60,115). Sum of RGB (Red+Green+Blue) = 24+60+115=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #183C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C73 is #E7C38C. Grayscale: #373737. Windows color (decimal): -15188877 or 7552024. OLE color: 7552024.
HSL color Cylindrical-coordinate representation of color #183C73: hue angle of 216.26º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183C73 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 60 | 115 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.55 |
| HSL | 216.26º | 0.65% | 0.27% | - |
| HSV(B) | 216.26º | 0.79% | 0.45% | - |
| XYZ | 5.09 | 4.66 | 16.85 | - |
| YUV | 55.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 115 | 0.79 | 0.48 | 0 | 0.55 | 216.26 | 0.65 | 0.27 |
| Hex | 18 | 3C | 73 | 4F | 30 | 0 | 37 | D8 | 41 | 1B |
| Octal | 30 | 74 | 163 | 117 | 60 | 0 | 67 | 330 | 101 | 33 |
| Binary | 11000 | 111100 | 1110011 | 1001111 | 110000 | 0 | 110111 | 11011000 | 1000001 | 11011 |
Color Harmonies of #183C73
Complementary color
Monochromatic Colors of #183C73
Black with #183C73
Text Example
Text Example
White with #183C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C73; }
p { color: rgb(24,60,115); }
H1.HeaderClassName
{
color: #183C73;
}
.AnyTagClassName
{
color: #183C73;
}
</style>
background-color css
<style>
a { background-color: #183C73; }
a { background-color: rgb(24,60,115); }
div.DivClassName
{
background-color: #183C73;
}
.BgClassName
{
background-color: #183C73;
}
</style>
border-color css
<style>
span { border-color: #183C73; }
span { border-color: rgb(24,60,115); }
td.TdClassName
{
border-color: #183C73;
}
.TagClassName
{
border-color: #183C73;
}
</style>