Shades of Dark Cerulean #184785
Tints of Dark Cerulean #184785
RGB
CMYK
RGB Variations
Color information
#184785 (or 0x184785) is known color: Dark Cerulean. HEX triplet: 18, 47 and 85. RGB value is (24,71,133). Sum of RGB (Red+Green+Blue) = 24+71+133=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #184785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184785 is #E7B87A. Grayscale: #3F3F3F. Windows color (decimal): -15186043 or 8734488. OLE color: 8734488.
HSL color Cylindrical-coordinate representation of color #184785: hue angle of 214.13º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184785 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 71 | 133 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.48 |
| HSL | 214.13º | 0.69% | 0.31% | - |
| HSV(B) | 214.13º | 0.82% | 0.52% | - |
| XYZ | 6.86 | 6.39 | 23.06 | - |
| YUV | 64.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 133 | 0.82 | 0.47 | 0 | 0.48 | 214.13 | 0.69 | 0.31 |
| Hex | 18 | 47 | 85 | 52 | 2F | 0 | 30 | D6 | 45 | 1F |
| Octal | 30 | 107 | 205 | 122 | 57 | 0 | 60 | 326 | 105 | 37 |
| Binary | 11000 | 1000111 | 10000101 | 1010010 | 101111 | 0 | 110000 | 11010110 | 1000101 | 11111 |
Color Harmonies of #184785
Complementary color
Monochromatic Colors of #184785
Black with #184785
Text Example
Text Example
White with #184785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184785; }
p { color: rgb(24,71,133); }
H1.HeaderClassName
{
color: #184785;
}
.AnyTagClassName
{
color: #184785;
}
</style>
background-color css
<style>
a { background-color: #184785; }
a { background-color: rgb(24,71,133); }
div.DivClassName
{
background-color: #184785;
}
.BgClassName
{
background-color: #184785;
}
</style>
border-color css
<style>
span { border-color: #184785; }
span { border-color: rgb(24,71,133); }
td.TdClassName
{
border-color: #184785;
}
.TagClassName
{
border-color: #184785;
}
</style>