Shades of Dark Cerulean #183B7D
Tints of Dark Cerulean #183B7D
RGB
CMYK
RGB Variations
Color information
#183B7D (or 0x183B7D) is known color: Dark Cerulean. HEX triplet: 18, 3B and 7D. RGB value is (24,59,125). Sum of RGB (Red+Green+Blue) = 24+59+125=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #183B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B7D is #E7C482. Grayscale: #373737. Windows color (decimal): -15189123 or 8207128. OLE color: 8207128.
HSL color Cylindrical-coordinate representation of color #183B7D: hue angle of 219.21º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #183B7D is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 59 | 125 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.51 |
| HSL | 219.21º | 0.68% | 0.29% | - |
| HSV(B) | 219.21º | 0.81% | 0.49% | - |
| XYZ | 5.64 | 4.8 | 20.03 | - |
| YUV | 56.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 125 | 0.81 | 0.53 | 0 | 0.51 | 219.21 | 0.68 | 0.29 |
| Hex | 18 | 3B | 7D | 51 | 35 | 0 | 33 | DB | 44 | 1D |
| Octal | 30 | 73 | 175 | 121 | 65 | 0 | 63 | 333 | 104 | 35 |
| Binary | 11000 | 111011 | 1111101 | 1010001 | 110101 | 0 | 110011 | 11011011 | 1000100 | 11101 |
Color Harmonies of #183B7D
Complementary color
Monochromatic Colors of #183B7D
Black with #183B7D
Text Example
Text Example
White with #183B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B7D; }
p { color: rgb(24,59,125); }
H1.HeaderClassName
{
color: #183B7D;
}
.AnyTagClassName
{
color: #183B7D;
}
</style>
background-color css
<style>
a { background-color: #183B7D; }
a { background-color: rgb(24,59,125); }
div.DivClassName
{
background-color: #183B7D;
}
.BgClassName
{
background-color: #183B7D;
}
</style>
border-color css
<style>
span { border-color: #183B7D; }
span { border-color: rgb(24,59,125); }
td.TdClassName
{
border-color: #183B7D;
}
.TagClassName
{
border-color: #183B7D;
}
</style>