Shades of Dark Cerulean #18437F
Tints of Dark Cerulean #18437F
RGB
CMYK
RGB Variations
Color information
#18437F (or 0x18437F) is known color: Dark Cerulean. HEX triplet: 18, 43 and 7F. RGB value is (24,67,127). Sum of RGB (Red+Green+Blue) = 24+67+127=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #18437F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18437F is #E7BC80. Grayscale: #3C3C3C. Windows color (decimal): -15187073 or 8340248. OLE color: 8340248.
HSL color Cylindrical-coordinate representation of color #18437F: hue angle of 214.95º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18437F is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 67 | 127 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.50 |
| HSL | 214.95º | 0.68% | 0.3% | - |
| HSV(B) | 214.95º | 0.81% | 0.5% | - |
| XYZ | 6.21 | 5.74 | 20.86 | - |
| YUV | 60.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 127 | 0.81 | 0.47 | 0 | 0.50 | 214.95 | 0.68 | 0.3 |
| Hex | 18 | 43 | 7F | 51 | 2F | 0 | 32 | D7 | 44 | 1E |
| Octal | 30 | 103 | 177 | 121 | 57 | 0 | 62 | 327 | 104 | 36 |
| Binary | 11000 | 1000011 | 1111111 | 1010001 | 101111 | 0 | 110010 | 11010111 | 1000100 | 11110 |
Color Harmonies of #18437F
Complementary color
Monochromatic Colors of #18437F
Black with #18437F
Text Example
Text Example
White with #18437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18437F; }
p { color: rgb(24,67,127); }
H1.HeaderClassName
{
color: #18437F;
}
.AnyTagClassName
{
color: #18437F;
}
</style>
background-color css
<style>
a { background-color: #18437F; }
a { background-color: rgb(24,67,127); }
div.DivClassName
{
background-color: #18437F;
}
.BgClassName
{
background-color: #18437F;
}
</style>
border-color css
<style>
span { border-color: #18437F; }
span { border-color: rgb(24,67,127); }
td.TdClassName
{
border-color: #18437F;
}
.TagClassName
{
border-color: #18437F;
}
</style>