Shades of Dark Cerulean #183C74
Tints of Dark Cerulean #183C74
RGB
CMYK
RGB Variations
Color information
#183C74 (or 0x183C74) is known color: Dark Cerulean. HEX triplet: 18, 3C and 74. RGB value is (24,60,116). Sum of RGB (Red+Green+Blue) = 24+60+116=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #183C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C74 is #E7C38B. Grayscale: #373737. Windows color (decimal): -15188876 or 7617560. OLE color: 7617560.
HSL color Cylindrical-coordinate representation of color #183C74: hue angle of 216.52º degrees, saturation: 0.66, 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 #183C74 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 60 | 116 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.55 |
| HSL | 216.52º | 0.66% | 0.27% | - |
| HSV(B) | 216.52º | 0.79% | 0.45% | - |
| XYZ | 5.14 | 4.69 | 17.16 | - |
| YUV | 55.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 116 | 0.79 | 0.48 | 0 | 0.55 | 216.52 | 0.66 | 0.27 |
| Hex | 18 | 3C | 74 | 4F | 30 | 0 | 37 | D9 | 42 | 1B |
| Octal | 30 | 74 | 164 | 117 | 60 | 0 | 67 | 331 | 102 | 33 |
| Binary | 11000 | 111100 | 1110100 | 1001111 | 110000 | 0 | 110111 | 11011001 | 1000010 | 11011 |
Color Harmonies of #183C74
Complementary color
Monochromatic Colors of #183C74
Black with #183C74
Text Example
Text Example
White with #183C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C74; }
p { color: rgb(24,60,116); }
H1.HeaderClassName
{
color: #183C74;
}
.AnyTagClassName
{
color: #183C74;
}
</style>
background-color css
<style>
a { background-color: #183C74; }
a { background-color: rgb(24,60,116); }
div.DivClassName
{
background-color: #183C74;
}
.BgClassName
{
background-color: #183C74;
}
</style>
border-color css
<style>
span { border-color: #183C74; }
span { border-color: rgb(24,60,116); }
td.TdClassName
{
border-color: #183C74;
}
.TagClassName
{
border-color: #183C74;
}
</style>