Shades of Dark Cerulean #183F72
Tints of Dark Cerulean #183F72
RGB
CMYK
RGB Variations
Color information
#183F72 (or 0x183F72) is known color: Dark Cerulean. HEX triplet: 18, 3F and 72. RGB value is (24,63,114). Sum of RGB (Red+Green+Blue) = 24+63+114=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #183F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F72 is #E7C08D. Grayscale: #383838. Windows color (decimal): -15188110 or 7487256. OLE color: 7487256.
HSL color Cylindrical-coordinate representation of color #183F72: hue angle of 214º degrees, saturation: 0.65, 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 #183F72 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 63 | 114 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.55 |
| HSL | 214º | 0.65% | 0.27% | - |
| HSV(B) | 214º | 0.79% | 0.45% | - |
| XYZ | 5.19 | 4.96 | 16.6 | - |
| YUV | 57.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 114 | 0.79 | 0.45 | 0 | 0.55 | 214 | 0.65 | 0.27 |
| Hex | 18 | 3F | 72 | 4F | 2D | 0 | 37 | D6 | 41 | 1B |
| Octal | 30 | 77 | 162 | 117 | 55 | 0 | 67 | 326 | 101 | 33 |
| Binary | 11000 | 111111 | 1110010 | 1001111 | 101101 | 0 | 110111 | 11010110 | 1000001 | 11011 |
Color Harmonies of #183F72
Complementary color
Monochromatic Colors of #183F72
Black with #183F72
Text Example
Text Example
White with #183F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F72; }
p { color: rgb(24,63,114); }
H1.HeaderClassName
{
color: #183F72;
}
.AnyTagClassName
{
color: #183F72;
}
</style>
background-color css
<style>
a { background-color: #183F72; }
a { background-color: rgb(24,63,114); }
div.DivClassName
{
background-color: #183F72;
}
.BgClassName
{
background-color: #183F72;
}
</style>
border-color css
<style>
span { border-color: #183F72; }
span { border-color: rgb(24,63,114); }
td.TdClassName
{
border-color: #183F72;
}
.TagClassName
{
border-color: #183F72;
}
</style>