Shades of Dark Cerulean #183C76
Tints of Dark Cerulean #183C76
RGB
CMYK
RGB Variations
Color information
#183C76 (or 0x183C76) is known color: Dark Cerulean. HEX triplet: 18, 3C and 76. RGB value is (24,60,118). Sum of RGB (Red+Green+Blue) = 24+60+118=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #183C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C76 is #E7C389. Grayscale: #373737. Windows color (decimal): -15188874 or 7748632. OLE color: 7748632.
HSL color Cylindrical-coordinate representation of color #183C76: hue angle of 217.02º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183C76 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 60 | 118 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.54 |
| HSL | 217.02º | 0.66% | 0.28% | - |
| HSV(B) | 217.02º | 0.8% | 0.46% | - |
| XYZ | 5.26 | 4.73 | 17.78 | - |
| YUV | 55.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 118 | 0.80 | 0.49 | 0 | 0.54 | 217.02 | 0.66 | 0.28 |
| Hex | 18 | 3C | 76 | 50 | 31 | 0 | 36 | D9 | 42 | 1C |
| Octal | 30 | 74 | 166 | 120 | 61 | 0 | 66 | 331 | 102 | 34 |
| Binary | 11000 | 111100 | 1110110 | 1010000 | 110001 | 0 | 110110 | 11011001 | 1000010 | 11100 |
Color Harmonies of #183C76
Complementary color
Monochromatic Colors of #183C76
Black with #183C76
Text Example
Text Example
White with #183C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C76; }
p { color: rgb(24,60,118); }
H1.HeaderClassName
{
color: #183C76;
}
.AnyTagClassName
{
color: #183C76;
}
</style>
background-color css
<style>
a { background-color: #183C76; }
a { background-color: rgb(24,60,118); }
div.DivClassName
{
background-color: #183C76;
}
.BgClassName
{
background-color: #183C76;
}
</style>
border-color css
<style>
span { border-color: #183C76; }
span { border-color: rgb(24,60,118); }
td.TdClassName
{
border-color: #183C76;
}
.TagClassName
{
border-color: #183C76;
}
</style>