Shades of Dark Cerulean #184282
Tints of Dark Cerulean #184282
RGB
CMYK
RGB Variations
Color information
#184282 (or 0x184282) is known color: Dark Cerulean. HEX triplet: 18, 42 and 82. RGB value is (24,66,130). Sum of RGB (Red+Green+Blue) = 24+66+130=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #184282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184282 is #E7BD7D. Grayscale: #3C3C3C. Windows color (decimal): -15187326 or 8536600. OLE color: 8536600.
HSL color Cylindrical-coordinate representation of color #184282: hue angle of 216.23º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184282 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 66 | 130 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.49 |
| HSL | 216.23º | 0.69% | 0.3% | - |
| HSV(B) | 216.23º | 0.82% | 0.51% | - |
| XYZ | 6.35 | 5.7 | 21.88 | - |
| YUV | 60.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 130 | 0.82 | 0.49 | 0 | 0.49 | 216.23 | 0.69 | 0.3 |
| Hex | 18 | 42 | 82 | 52 | 31 | 0 | 31 | D8 | 45 | 1E |
| Octal | 30 | 102 | 202 | 122 | 61 | 0 | 61 | 330 | 105 | 36 |
| Binary | 11000 | 1000010 | 10000010 | 1010010 | 110001 | 0 | 110001 | 11011000 | 1000101 | 11110 |
Color Harmonies of #184282
Complementary color
Monochromatic Colors of #184282
Black with #184282
Text Example
Text Example
White with #184282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184282; }
p { color: rgb(24,66,130); }
H1.HeaderClassName
{
color: #184282;
}
.AnyTagClassName
{
color: #184282;
}
</style>
background-color css
<style>
a { background-color: #184282; }
a { background-color: rgb(24,66,130); }
div.DivClassName
{
background-color: #184282;
}
.BgClassName
{
background-color: #184282;
}
</style>
border-color css
<style>
span { border-color: #184282; }
span { border-color: rgb(24,66,130); }
td.TdClassName
{
border-color: #184282;
}
.TagClassName
{
border-color: #184282;
}
</style>