Shades of Dark Cerulean #18416F
Tints of Dark Cerulean #18416F
RGB
CMYK
RGB Variations
Color information
#18416F (or 0x18416F) is known color: Dark Cerulean. HEX triplet: 18, 41 and 6F. RGB value is (24,65,111). Sum of RGB (Red+Green+Blue) = 24+65+111=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #18416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18416F is #E7BE90. Grayscale: #393939. Windows color (decimal): -15187601 or 7291160. OLE color: 7291160.
HSL color Cylindrical-coordinate representation of color #18416F: hue angle of 211.72º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18416F is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 65 | 111 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.56 |
| HSL | 211.72º | 0.64% | 0.26% | - |
| HSV(B) | 211.72º | 0.78% | 0.44% | - |
| XYZ | 5.14 | 5.12 | 15.76 | - |
| YUV | 57.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 111 | 0.78 | 0.41 | 0 | 0.56 | 211.72 | 0.64 | 0.26 |
| Hex | 18 | 41 | 6F | 4E | 29 | 0 | 38 | D4 | 40 | 1A |
| Octal | 30 | 101 | 157 | 116 | 51 | 0 | 70 | 324 | 100 | 32 |
| Binary | 11000 | 1000001 | 1101111 | 1001110 | 101001 | 0 | 111000 | 11010100 | 1000000 | 11010 |
Color Harmonies of #18416F
Complementary color
Monochromatic Colors of #18416F
Black with #18416F
Text Example
Text Example
White with #18416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18416F; }
p { color: rgb(24,65,111); }
H1.HeaderClassName
{
color: #18416F;
}
.AnyTagClassName
{
color: #18416F;
}
</style>
background-color css
<style>
a { background-color: #18416F; }
a { background-color: rgb(24,65,111); }
div.DivClassName
{
background-color: #18416F;
}
.BgClassName
{
background-color: #18416F;
}
</style>
border-color css
<style>
span { border-color: #18416F; }
span { border-color: rgb(24,65,111); }
td.TdClassName
{
border-color: #18416F;
}
.TagClassName
{
border-color: #18416F;
}
</style>