Shades of Dark Cerulean #184B85
Tints of Dark Cerulean #184B85
RGB
CMYK
RGB Variations
Color information
#184B85 (or 0x184B85) is known color: Dark Cerulean. HEX triplet: 18, 4B and 85. RGB value is (24,75,133). Sum of RGB (Red+Green+Blue) = 24+75+133=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #184B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184B85 is #E7B47A. Grayscale: #424242. Windows color (decimal): -15185019 or 8735512. OLE color: 8735512.
HSL color Cylindrical-coordinate representation of color #184B85: hue angle of 211.93º 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 #184B85 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 75 | 133 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.48 |
| HSL | 211.93º | 0.69% | 0.31% | - |
| HSV(B) | 211.93º | 0.82% | 0.52% | - |
| XYZ | 7.13 | 6.92 | 23.15 | - |
| YUV | 66.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 133 | 0.82 | 0.44 | 0 | 0.48 | 211.93 | 0.69 | 0.31 |
| Hex | 18 | 4B | 85 | 52 | 2C | 0 | 30 | D4 | 45 | 1F |
| Octal | 30 | 113 | 205 | 122 | 54 | 0 | 60 | 324 | 105 | 37 |
| Binary | 11000 | 1001011 | 10000101 | 1010010 | 101100 | 0 | 110000 | 11010100 | 1000101 | 11111 |
Color Harmonies of #184B85
Complementary color
Monochromatic Colors of #184B85
Black with #184B85
Text Example
Text Example
White with #184B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B85; }
p { color: rgb(24,75,133); }
H1.HeaderClassName
{
color: #184B85;
}
.AnyTagClassName
{
color: #184B85;
}
</style>
background-color css
<style>
a { background-color: #184B85; }
a { background-color: rgb(24,75,133); }
div.DivClassName
{
background-color: #184B85;
}
.BgClassName
{
background-color: #184B85;
}
</style>
border-color css
<style>
span { border-color: #184B85; }
span { border-color: rgb(24,75,133); }
td.TdClassName
{
border-color: #184B85;
}
.TagClassName
{
border-color: #184B85;
}
</style>