Shades of Dark Cerulean #18447B
Tints of Dark Cerulean #18447B
RGB
CMYK
RGB Variations
Color information
#18447B (or 0x18447B) is known color: Dark Cerulean. HEX triplet: 18, 44 and 7B. RGB value is (24,68,123). Sum of RGB (Red+Green+Blue) = 24+68+123=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #18447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447B is #E7BB84. Grayscale: #3C3C3C. Windows color (decimal): -15186821 or 8078360. OLE color: 8078360.
HSL color Cylindrical-coordinate representation of color #18447B: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18447B is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 68 | 123 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.52 |
| HSL | 213.33º | 0.67% | 0.29% | - |
| HSV(B) | 213.33º | 0.8% | 0.48% | - |
| XYZ | 6.02 | 5.76 | 19.53 | - |
| YUV | 61.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 123 | 0.80 | 0.45 | 0 | 0.52 | 213.33 | 0.67 | 0.29 |
| Hex | 18 | 44 | 7B | 50 | 2D | 0 | 34 | D5 | 43 | 1D |
| Octal | 30 | 104 | 173 | 120 | 55 | 0 | 64 | 325 | 103 | 35 |
| Binary | 11000 | 1000100 | 1111011 | 1010000 | 101101 | 0 | 110100 | 11010101 | 1000011 | 11101 |
Color Harmonies of #18447B
Complementary color
Monochromatic Colors of #18447B
Black with #18447B
Text Example
Text Example
White with #18447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18447B; }
p { color: rgb(24,68,123); }
H1.HeaderClassName
{
color: #18447B;
}
.AnyTagClassName
{
color: #18447B;
}
</style>
background-color css
<style>
a { background-color: #18447B; }
a { background-color: rgb(24,68,123); }
div.DivClassName
{
background-color: #18447B;
}
.BgClassName
{
background-color: #18447B;
}
</style>
border-color css
<style>
span { border-color: #18447B; }
span { border-color: rgb(24,68,123); }
td.TdClassName
{
border-color: #18447B;
}
.TagClassName
{
border-color: #18447B;
}
</style>