Shades of Dark Cerulean #183C83
Tints of Dark Cerulean #183C83
RGB
CMYK
RGB Variations
Color information
#183C83 (or 0x183C83) is known color: Dark Cerulean. HEX triplet: 18, 3C and 83. RGB value is (24,60,131). Sum of RGB (Red+Green+Blue) = 24+60+131=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #183C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C83 is #E7C37C. Grayscale: #393939. Windows color (decimal): -15188861 or 8600600. OLE color: 8600600.
HSL color Cylindrical-coordinate representation of color #183C83: hue angle of 219.81º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183C83 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 60 | 131 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.49 |
| HSL | 219.81º | 0.69% | 0.3% | - |
| HSV(B) | 219.81º | 0.82% | 0.51% | - |
| XYZ | 6.09 | 5.06 | 22.13 | - |
| YUV | 57.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 131 | 0.82 | 0.54 | 0 | 0.49 | 219.81 | 0.69 | 0.3 |
| Hex | 18 | 3C | 83 | 52 | 36 | 0 | 31 | DC | 45 | 1E |
| Octal | 30 | 74 | 203 | 122 | 66 | 0 | 61 | 334 | 105 | 36 |
| Binary | 11000 | 111100 | 10000011 | 1010010 | 110110 | 0 | 110001 | 11011100 | 1000101 | 11110 |
Color Harmonies of #183C83
Complementary color
Monochromatic Colors of #183C83
Black with #183C83
Text Example
Text Example
White with #183C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C83; }
p { color: rgb(24,60,131); }
H1.HeaderClassName
{
color: #183C83;
}
.AnyTagClassName
{
color: #183C83;
}
</style>
background-color css
<style>
a { background-color: #183C83; }
a { background-color: rgb(24,60,131); }
div.DivClassName
{
background-color: #183C83;
}
.BgClassName
{
background-color: #183C83;
}
</style>
border-color css
<style>
span { border-color: #183C83; }
span { border-color: rgb(24,60,131); }
td.TdClassName
{
border-color: #183C83;
}
.TagClassName
{
border-color: #183C83;
}
</style>