Shades of Dark Cerulean #184382
Tints of Dark Cerulean #184382
RGB
CMYK
RGB Variations
Color information
#184382 (or 0x184382) is known color: Dark Cerulean. HEX triplet: 18, 43 and 82. RGB value is (24,67,130). Sum of RGB (Red+Green+Blue) = 24+67+130=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #184382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184382 is #E7BC7D. Grayscale: #3D3D3D. Windows color (decimal): -15187070 or 8536856. OLE color: 8536856.
HSL color Cylindrical-coordinate representation of color #184382: hue angle of 215.66º 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 #184382 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 67 | 130 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.49 |
| HSL | 215.66º | 0.69% | 0.3% | - |
| HSV(B) | 215.66º | 0.82% | 0.51% | - |
| XYZ | 6.41 | 5.82 | 21.9 | - |
| YUV | 61.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 130 | 0.82 | 0.48 | 0 | 0.49 | 215.66 | 0.69 | 0.3 |
| Hex | 18 | 43 | 82 | 52 | 30 | 0 | 31 | D8 | 45 | 1E |
| Octal | 30 | 103 | 202 | 122 | 60 | 0 | 61 | 330 | 105 | 36 |
| Binary | 11000 | 1000011 | 10000010 | 1010010 | 110000 | 0 | 110001 | 11011000 | 1000101 | 11110 |
Color Harmonies of #184382
Complementary color
Monochromatic Colors of #184382
Black with #184382
Text Example
Text Example
White with #184382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184382; }
p { color: rgb(24,67,130); }
H1.HeaderClassName
{
color: #184382;
}
.AnyTagClassName
{
color: #184382;
}
</style>
background-color css
<style>
a { background-color: #184382; }
a { background-color: rgb(24,67,130); }
div.DivClassName
{
background-color: #184382;
}
.BgClassName
{
background-color: #184382;
}
</style>
border-color css
<style>
span { border-color: #184382; }
span { border-color: rgb(24,67,130); }
td.TdClassName
{
border-color: #184382;
}
.TagClassName
{
border-color: #184382;
}
</style>