Shades of Dark Cerulean #18438C
Tints of Dark Cerulean #18438C
RGB
CMYK
RGB Variations
Color information
#18438C (or 0x18438C) is known color: Dark Cerulean. HEX triplet: 18, 43 and 8C. RGB value is (24,67,140). Sum of RGB (Red+Green+Blue) = 24+67+140=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #18438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18438C is #E7BC73. Grayscale: #3E3E3E. Windows color (decimal): -15187060 or 9192216. OLE color: 9192216.
HSL color Cylindrical-coordinate representation of color #18438C: hue angle of 217.76º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18438C is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 67 | 140 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.45 |
| HSL | 217.76º | 0.71% | 0.32% | - |
| HSV(B) | 217.76º | 0.83% | 0.55% | - |
| XYZ | 7.12 | 6.1 | 25.61 | - |
| YUV | 62.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 140 | 0.83 | 0.52 | 0 | 0.45 | 217.76 | 0.71 | 0.32 |
| Hex | 18 | 43 | 8C | 53 | 34 | 0 | 2D | DA | 47 | 20 |
| Octal | 30 | 103 | 214 | 123 | 64 | 0 | 55 | 332 | 107 | 40 |
| Binary | 11000 | 1000011 | 10001100 | 1010011 | 110100 | 0 | 101101 | 11011010 | 1000111 | 100000 |
Color Harmonies of #18438C
Complementary color
Monochromatic Colors of #18438C
Black with #18438C
Text Example
Text Example
White with #18438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18438C; }
p { color: rgb(24,67,140); }
H1.HeaderClassName
{
color: #18438C;
}
.AnyTagClassName
{
color: #18438C;
}
</style>
background-color css
<style>
a { background-color: #18438C; }
a { background-color: rgb(24,67,140); }
div.DivClassName
{
background-color: #18438C;
}
.BgClassName
{
background-color: #18438C;
}
</style>
border-color css
<style>
span { border-color: #18438C; }
span { border-color: rgb(24,67,140); }
td.TdClassName
{
border-color: #18438C;
}
.TagClassName
{
border-color: #18438C;
}
</style>