Shades of Dark Cerulean #18387C
Tints of Dark Cerulean #18387C
RGB
CMYK
RGB Variations
Color information
#18387C (or 0x18387C) is known color: Dark Cerulean. HEX triplet: 18, 38 and 7C. RGB value is (24,56,124). Sum of RGB (Red+Green+Blue) = 24+56+124=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #18387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18387C is #E7C783. Grayscale: #353535. Windows color (decimal): -15189892 or 8140824. OLE color: 8140824.
HSL color Cylindrical-coordinate representation of color #18387C: hue angle of 220.8º 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 #18387C is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 56 | 124 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.51 |
| HSL | 220.8º | 0.68% | 0.29% | - |
| HSV(B) | 220.8º | 0.81% | 0.49% | - |
| XYZ | 5.43 | 4.48 | 19.65 | - |
| YUV | 54.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 124 | 0.81 | 0.55 | 0 | 0.51 | 220.8 | 0.68 | 0.29 |
| Hex | 18 | 38 | 7C | 51 | 37 | 0 | 33 | DD | 44 | 1D |
| Octal | 30 | 70 | 174 | 121 | 67 | 0 | 63 | 335 | 104 | 35 |
| Binary | 11000 | 111000 | 1111100 | 1010001 | 110111 | 0 | 110011 | 11011101 | 1000100 | 11101 |
Color Harmonies of #18387C
Complementary color
Monochromatic Colors of #18387C
Black with #18387C
Text Example
Text Example
White with #18387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18387C; }
p { color: rgb(24,56,124); }
H1.HeaderClassName
{
color: #18387C;
}
.AnyTagClassName
{
color: #18387C;
}
</style>
background-color css
<style>
a { background-color: #18387C; }
a { background-color: rgb(24,56,124); }
div.DivClassName
{
background-color: #18387C;
}
.BgClassName
{
background-color: #18387C;
}
</style>
border-color css
<style>
span { border-color: #18387C; }
span { border-color: rgb(24,56,124); }
td.TdClassName
{
border-color: #18387C;
}
.TagClassName
{
border-color: #18387C;
}
</style>