Shades of Dark Cerulean #183C78
Tints of Dark Cerulean #183C78
RGB
CMYK
RGB Variations
Color information
#183C78 (or 0x183C78) is known color: Dark Cerulean. HEX triplet: 18, 3C and 78. RGB value is (24,60,120). Sum of RGB (Red+Green+Blue) = 24+60+120=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #183C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C78 is #E7C387. Grayscale: #373737. Windows color (decimal): -15188872 or 7879704. OLE color: 7879704.
HSL color Cylindrical-coordinate representation of color #183C78: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183C78 is Cyan = 0.8, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 60 | 120 | - |
| CMYK | 0.8 | 0.5 | 0 | 0.53 |
| HSL | 217.5º | 0.67% | 0.28% | - |
| HSV(B) | 217.5º | 0.8% | 0.47% | - |
| XYZ | 5.38 | 4.78 | 18.41 | - |
| YUV | 56.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 120 | 0.8 | 0.5 | 0 | 0.53 | 217.5 | 0.67 | 0.28 |
| Hex | 18 | 3C | 78 | 50 | 32 | 0 | 35 | DA | 43 | 1C |
| Octal | 30 | 74 | 170 | 120 | 62 | 0 | 65 | 332 | 103 | 34 |
| Binary | 11000 | 111100 | 1111000 | 1010000 | 110010 | 0 | 110101 | 11011010 | 1000011 | 11100 |
Color Harmonies of #183C78
Complementary color
Monochromatic Colors of #183C78
Black with #183C78
Text Example
Text Example
White with #183C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C78; }
p { color: rgb(24,60,120); }
H1.HeaderClassName
{
color: #183C78;
}
.AnyTagClassName
{
color: #183C78;
}
</style>
background-color css
<style>
a { background-color: #183C78; }
a { background-color: rgb(24,60,120); }
div.DivClassName
{
background-color: #183C78;
}
.BgClassName
{
background-color: #183C78;
}
</style>
border-color css
<style>
span { border-color: #183C78; }
span { border-color: rgb(24,60,120); }
td.TdClassName
{
border-color: #183C78;
}
.TagClassName
{
border-color: #183C78;
}
</style>