Shades of Dark Cerulean #184185
Tints of Dark Cerulean #184185
RGB
CMYK
RGB Variations
Color information
#184185 (or 0x184185) is known color: Dark Cerulean. HEX triplet: 18, 41 and 85. RGB value is (24,65,133). Sum of RGB (Red+Green+Blue) = 24+65+133=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #184185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184185 is #E7BE7A. Grayscale: #3C3C3C. Windows color (decimal): -15187579 or 8732952. OLE color: 8732952.
HSL color Cylindrical-coordinate representation of color #184185: hue angle of 217.43º 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 #184185 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 65 | 133 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.48 |
| HSL | 217.43º | 0.69% | 0.31% | - |
| HSV(B) | 217.43º | 0.82% | 0.52% | - |
| XYZ | 6.5 | 5.67 | 22.94 | - |
| YUV | 60.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 133 | 0.82 | 0.51 | 0 | 0.48 | 217.43 | 0.69 | 0.31 |
| Hex | 18 | 41 | 85 | 52 | 33 | 0 | 30 | D9 | 45 | 1F |
| Octal | 30 | 101 | 205 | 122 | 63 | 0 | 60 | 331 | 105 | 37 |
| Binary | 11000 | 1000001 | 10000101 | 1010010 | 110011 | 0 | 110000 | 11011001 | 1000101 | 11111 |
Color Harmonies of #184185
Complementary color
Monochromatic Colors of #184185
Black with #184185
Text Example
Text Example
White with #184185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184185; }
p { color: rgb(24,65,133); }
H1.HeaderClassName
{
color: #184185;
}
.AnyTagClassName
{
color: #184185;
}
</style>
background-color css
<style>
a { background-color: #184185; }
a { background-color: rgb(24,65,133); }
div.DivClassName
{
background-color: #184185;
}
.BgClassName
{
background-color: #184185;
}
</style>
border-color css
<style>
span { border-color: #184185; }
span { border-color: rgb(24,65,133); }
td.TdClassName
{
border-color: #184185;
}
.TagClassName
{
border-color: #184185;
}
</style>