Shades of Dark Cerulean #183C8B
Tints of Dark Cerulean #183C8B
RGB
CMYK
RGB Variations
Color information
#183C8B (or 0x183C8B) is known color: Dark Cerulean. HEX triplet: 18, 3C and 8B. RGB value is (24,60,139). Sum of RGB (Red+Green+Blue) = 24+60+139=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #183C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C8B is #E7C374. Grayscale: #393939. Windows color (decimal): -15188853 or 9124888. OLE color: 9124888.
HSL color Cylindrical-coordinate representation of color #183C8B: hue angle of 221.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183C8B is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 60 | 139 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.45 |
| HSL | 221.22º | 0.71% | 0.32% | - |
| HSV(B) | 221.22º | 0.83% | 0.55% | - |
| XYZ | 6.65 | 5.29 | 25.1 | - |
| YUV | 58.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 139 | 0.83 | 0.57 | 0 | 0.45 | 221.22 | 0.71 | 0.32 |
| Hex | 18 | 3C | 8B | 53 | 39 | 0 | 2D | DD | 47 | 20 |
| Octal | 30 | 74 | 213 | 123 | 71 | 0 | 55 | 335 | 107 | 40 |
| Binary | 11000 | 111100 | 10001011 | 1010011 | 111001 | 0 | 101101 | 11011101 | 1000111 | 100000 |
Color Harmonies of #183C8B
Complementary color
Monochromatic Colors of #183C8B
Black with #183C8B
Text Example
Text Example
White with #183C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C8B; }
p { color: rgb(24,60,139); }
H1.HeaderClassName
{
color: #183C8B;
}
.AnyTagClassName
{
color: #183C8B;
}
</style>
background-color css
<style>
a { background-color: #183C8B; }
a { background-color: rgb(24,60,139); }
div.DivClassName
{
background-color: #183C8B;
}
.BgClassName
{
background-color: #183C8B;
}
</style>
border-color css
<style>
span { border-color: #183C8B; }
span { border-color: rgb(24,60,139); }
td.TdClassName
{
border-color: #183C8B;
}
.TagClassName
{
border-color: #183C8B;
}
</style>