Shades of Dark Cerulean #18438A
Tints of Dark Cerulean #18438A
RGB
CMYK
RGB Variations
Color information
#18438A (or 0x18438A) is known color: Dark Cerulean. HEX triplet: 18, 43 and 8A. RGB value is (24,67,138). Sum of RGB (Red+Green+Blue) = 24+67+138=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #18438A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18438A is #E7BC75. Grayscale: #3D3D3D. Windows color (decimal): -15187062 or 9061144. OLE color: 9061144.
HSL color Cylindrical-coordinate representation of color #18438A: hue angle of 217.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18438A is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 67 | 138 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.46 |
| HSL | 217.37º | 0.7% | 0.32% | - |
| HSV(B) | 217.37º | 0.83% | 0.54% | - |
| XYZ | 6.97 | 6.04 | 24.84 | - |
| YUV | 62.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 138 | 0.83 | 0.51 | 0 | 0.46 | 217.37 | 0.7 | 0.32 |
| Hex | 18 | 43 | 8A | 53 | 33 | 0 | 2E | D9 | 46 | 20 |
| Octal | 30 | 103 | 212 | 123 | 63 | 0 | 56 | 331 | 106 | 40 |
| Binary | 11000 | 1000011 | 10001010 | 1010011 | 110011 | 0 | 101110 | 11011001 | 1000110 | 100000 |
Color Harmonies of #18438A
Complementary color
Monochromatic Colors of #18438A
Black with #18438A
Text Example
Text Example
White with #18438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18438A; }
p { color: rgb(24,67,138); }
H1.HeaderClassName
{
color: #18438A;
}
.AnyTagClassName
{
color: #18438A;
}
</style>
background-color css
<style>
a { background-color: #18438A; }
a { background-color: rgb(24,67,138); }
div.DivClassName
{
background-color: #18438A;
}
.BgClassName
{
background-color: #18438A;
}
</style>
border-color css
<style>
span { border-color: #18438A; }
span { border-color: rgb(24,67,138); }
td.TdClassName
{
border-color: #18438A;
}
.TagClassName
{
border-color: #18438A;
}
</style>