Shades of Dark Cerulean #183C8A
Tints of Dark Cerulean #183C8A
RGB
CMYK
RGB Variations
Color information
#183C8A (or 0x183C8A) is known color: Dark Cerulean. HEX triplet: 18, 3C and 8A. RGB value is (24,60,138). Sum of RGB (Red+Green+Blue) = 24+60+138=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #183C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C8A is #E7C375. Grayscale: #393939. Windows color (decimal): -15188854 or 9059352. OLE color: 9059352.
HSL color Cylindrical-coordinate representation of color #183C8A: hue angle of 221.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183C8A is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 60 | 138 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.46 |
| HSL | 221.05º | 0.7% | 0.32% | - |
| HSV(B) | 221.05º | 0.83% | 0.54% | - |
| XYZ | 6.58 | 5.26 | 24.71 | - |
| YUV | 58.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 138 | 0.83 | 0.57 | 0 | 0.46 | 221.05 | 0.7 | 0.32 |
| Hex | 18 | 3C | 8A | 53 | 39 | 0 | 2E | DD | 46 | 20 |
| Octal | 30 | 74 | 212 | 123 | 71 | 0 | 56 | 335 | 106 | 40 |
| Binary | 11000 | 111100 | 10001010 | 1010011 | 111001 | 0 | 101110 | 11011101 | 1000110 | 100000 |
Color Harmonies of #183C8A
Complementary color
Monochromatic Colors of #183C8A
Black with #183C8A
Text Example
Text Example
White with #183C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C8A; }
p { color: rgb(24,60,138); }
H1.HeaderClassName
{
color: #183C8A;
}
.AnyTagClassName
{
color: #183C8A;
}
</style>
background-color css
<style>
a { background-color: #183C8A; }
a { background-color: rgb(24,60,138); }
div.DivClassName
{
background-color: #183C8A;
}
.BgClassName
{
background-color: #183C8A;
}
</style>
border-color css
<style>
span { border-color: #183C8A; }
span { border-color: rgb(24,60,138); }
td.TdClassName
{
border-color: #183C8A;
}
.TagClassName
{
border-color: #183C8A;
}
</style>