Shades of Dark Cerulean #183F85
Tints of Dark Cerulean #183F85
RGB
CMYK
RGB Variations
Color information
#183F85 (or 0x183F85) is known color: Dark Cerulean. HEX triplet: 18, 3F and 85. RGB value is (24,63,133). Sum of RGB (Red+Green+Blue) = 24+63+133=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #183F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183F85 is #E7C07A. Grayscale: #3A3A3A. Windows color (decimal): -15188091 or 8732440. OLE color: 8732440.
HSL color Cylindrical-coordinate representation of color #183F85: hue angle of 218.53º 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 #183F85 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 63 | 133 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.48 |
| HSL | 218.53º | 0.69% | 0.31% | - |
| HSV(B) | 218.53º | 0.82% | 0.52% | - |
| XYZ | 6.39 | 5.44 | 22.9 | - |
| YUV | 59.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 133 | 0.82 | 0.53 | 0 | 0.48 | 218.53 | 0.69 | 0.31 |
| Hex | 18 | 3F | 85 | 52 | 35 | 0 | 30 | DB | 45 | 1F |
| Octal | 30 | 77 | 205 | 122 | 65 | 0 | 60 | 333 | 105 | 37 |
| Binary | 11000 | 111111 | 10000101 | 1010010 | 110101 | 0 | 110000 | 11011011 | 1000101 | 11111 |
Color Harmonies of #183F85
Complementary color
Monochromatic Colors of #183F85
Black with #183F85
Text Example
Text Example
White with #183F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F85; }
p { color: rgb(24,63,133); }
H1.HeaderClassName
{
color: #183F85;
}
.AnyTagClassName
{
color: #183F85;
}
</style>
background-color css
<style>
a { background-color: #183F85; }
a { background-color: rgb(24,63,133); }
div.DivClassName
{
background-color: #183F85;
}
.BgClassName
{
background-color: #183F85;
}
</style>
border-color css
<style>
span { border-color: #183F85; }
span { border-color: rgb(24,63,133); }
td.TdClassName
{
border-color: #183F85;
}
.TagClassName
{
border-color: #183F85;
}
</style>