Shades of Dark Cerulean #184274
Tints of Dark Cerulean #184274
RGB
CMYK
RGB Variations
Color information
#184274 (or 0x184274) is known color: Dark Cerulean. HEX triplet: 18, 42 and 74. RGB value is (24,66,116). Sum of RGB (Red+Green+Blue) = 24+66+116=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #184274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184274 is #E7BD8B. Grayscale: #3A3A3A. Windows color (decimal): -15187340 or 7619096. OLE color: 7619096.
HSL color Cylindrical-coordinate representation of color #184274: hue angle of 212.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184274 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 66 | 116 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.55 |
| HSL | 212.61º | 0.66% | 0.27% | - |
| HSV(B) | 212.61º | 0.79% | 0.45% | - |
| XYZ | 5.48 | 5.35 | 17.27 | - |
| YUV | 59.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 116 | 0.79 | 0.43 | 0 | 0.55 | 212.61 | 0.66 | 0.27 |
| Hex | 18 | 42 | 74 | 4F | 2B | 0 | 37 | D5 | 42 | 1B |
| Octal | 30 | 102 | 164 | 117 | 53 | 0 | 67 | 325 | 102 | 33 |
| Binary | 11000 | 1000010 | 1110100 | 1001111 | 101011 | 0 | 110111 | 11010101 | 1000010 | 11011 |
Color Harmonies of #184274
Complementary color
Monochromatic Colors of #184274
Black with #184274
Text Example
Text Example
White with #184274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184274; }
p { color: rgb(24,66,116); }
H1.HeaderClassName
{
color: #184274;
}
.AnyTagClassName
{
color: #184274;
}
</style>
background-color css
<style>
a { background-color: #184274; }
a { background-color: rgb(24,66,116); }
div.DivClassName
{
background-color: #184274;
}
.BgClassName
{
background-color: #184274;
}
</style>
border-color css
<style>
span { border-color: #184274; }
span { border-color: rgb(24,66,116); }
td.TdClassName
{
border-color: #184274;
}
.TagClassName
{
border-color: #184274;
}
</style>