Shades of Dark Cerulean #183F7C
Tints of Dark Cerulean #183F7C
RGB
CMYK
RGB Variations
Color information
#183F7C (or 0x183F7C) is known color: Dark Cerulean. HEX triplet: 18, 3F and 7C. RGB value is (24,63,124). Sum of RGB (Red+Green+Blue) = 24+63+124=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #183F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F7C is #E7C083. Grayscale: #3A3A3A. Windows color (decimal): -15188100 or 8142616. OLE color: 8142616.
HSL color Cylindrical-coordinate representation of color #183F7C: hue angle of 216.6º 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 #183F7C is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 63 | 124 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.51 |
| HSL | 216.6º | 0.68% | 0.29% | - |
| HSV(B) | 216.6º | 0.81% | 0.49% | - |
| XYZ | 5.79 | 5.2 | 19.77 | - |
| YUV | 58.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 124 | 0.81 | 0.49 | 0 | 0.51 | 216.6 | 0.68 | 0.29 |
| Hex | 18 | 3F | 7C | 51 | 31 | 0 | 33 | D9 | 44 | 1D |
| Octal | 30 | 77 | 174 | 121 | 61 | 0 | 63 | 331 | 104 | 35 |
| Binary | 11000 | 111111 | 1111100 | 1010001 | 110001 | 0 | 110011 | 11011001 | 1000100 | 11101 |
Color Harmonies of #183F7C
Complementary color
Monochromatic Colors of #183F7C
Black with #183F7C
Text Example
Text Example
White with #183F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F7C; }
p { color: rgb(24,63,124); }
H1.HeaderClassName
{
color: #183F7C;
}
.AnyTagClassName
{
color: #183F7C;
}
</style>
background-color css
<style>
a { background-color: #183F7C; }
a { background-color: rgb(24,63,124); }
div.DivClassName
{
background-color: #183F7C;
}
.BgClassName
{
background-color: #183F7C;
}
</style>
border-color css
<style>
span { border-color: #183F7C; }
span { border-color: rgb(24,63,124); }
td.TdClassName
{
border-color: #183F7C;
}
.TagClassName
{
border-color: #183F7C;
}
</style>