Shades of Dark Cerulean #18437D
Tints of Dark Cerulean #18437D
RGB
CMYK
RGB Variations
Color information
#18437D (or 0x18437D) is known color: Dark Cerulean. HEX triplet: 18, 43 and 7D. RGB value is (24,67,125). Sum of RGB (Red+Green+Blue) = 24+67+125=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #18437D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18437D is #E7BC82. Grayscale: #3C3C3C. Windows color (decimal): -15187075 or 8209176. OLE color: 8209176.
HSL color Cylindrical-coordinate representation of color #18437D: hue angle of 214.46º 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 #18437D is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 67 | 125 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.51 |
| HSL | 214.46º | 0.68% | 0.29% | - |
| HSV(B) | 214.46º | 0.81% | 0.49% | - |
| XYZ | 6.09 | 5.69 | 20.18 | - |
| YUV | 60.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 125 | 0.81 | 0.46 | 0 | 0.51 | 214.46 | 0.68 | 0.29 |
| Hex | 18 | 43 | 7D | 51 | 2E | 0 | 33 | D6 | 44 | 1D |
| Octal | 30 | 103 | 175 | 121 | 56 | 0 | 63 | 326 | 104 | 35 |
| Binary | 11000 | 1000011 | 1111101 | 1010001 | 101110 | 0 | 110011 | 11010110 | 1000100 | 11101 |
Color Harmonies of #18437D
Complementary color
Monochromatic Colors of #18437D
Black with #18437D
Text Example
Text Example
White with #18437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18437D; }
p { color: rgb(24,67,125); }
H1.HeaderClassName
{
color: #18437D;
}
.AnyTagClassName
{
color: #18437D;
}
</style>
background-color css
<style>
a { background-color: #18437D; }
a { background-color: rgb(24,67,125); }
div.DivClassName
{
background-color: #18437D;
}
.BgClassName
{
background-color: #18437D;
}
</style>
border-color css
<style>
span { border-color: #18437D; }
span { border-color: rgb(24,67,125); }
td.TdClassName
{
border-color: #18437D;
}
.TagClassName
{
border-color: #18437D;
}
</style>