Shades of Dark Cerulean #183C82
Tints of Dark Cerulean #183C82
RGB
CMYK
RGB Variations
Color information
#183C82 (or 0x183C82) is known color: Dark Cerulean. HEX triplet: 18, 3C and 82. RGB value is (24,60,130). Sum of RGB (Red+Green+Blue) = 24+60+130=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #183C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C82 is #E7C37D. Grayscale: #383838. Windows color (decimal): -15188862 or 8535064. OLE color: 8535064.
HSL color Cylindrical-coordinate representation of color #183C82: hue angle of 219.62º 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 #183C82 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 60 | 130 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.49 |
| HSL | 219.62º | 0.69% | 0.3% | - |
| HSV(B) | 219.62º | 0.82% | 0.51% | - |
| XYZ | 6.02 | 5.04 | 21.77 | - |
| YUV | 57.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 130 | 0.82 | 0.54 | 0 | 0.49 | 219.62 | 0.69 | 0.3 |
| Hex | 18 | 3C | 82 | 52 | 36 | 0 | 31 | DC | 45 | 1E |
| Octal | 30 | 74 | 202 | 122 | 66 | 0 | 61 | 334 | 105 | 36 |
| Binary | 11000 | 111100 | 10000010 | 1010010 | 110110 | 0 | 110001 | 11011100 | 1000101 | 11110 |
Color Harmonies of #183C82
Complementary color
Monochromatic Colors of #183C82
Black with #183C82
Text Example
Text Example
White with #183C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C82; }
p { color: rgb(24,60,130); }
H1.HeaderClassName
{
color: #183C82;
}
.AnyTagClassName
{
color: #183C82;
}
</style>
background-color css
<style>
a { background-color: #183C82; }
a { background-color: rgb(24,60,130); }
div.DivClassName
{
background-color: #183C82;
}
.BgClassName
{
background-color: #183C82;
}
</style>
border-color css
<style>
span { border-color: #183C82; }
span { border-color: rgb(24,60,130); }
td.TdClassName
{
border-color: #183C82;
}
.TagClassName
{
border-color: #183C82;
}
</style>