Shades of Medium Blue #1818CF
Tints of Medium Blue #1818CF
RGB
CMYK
RGB Variations
Color information
#1818CF (or 0x1818CF) is known color: Medium Blue. HEX triplet: 18, 18 and CF. RGB value is (24,24,207). Sum of RGB (Red+Green+Blue) = 24+24+207=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #1818CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818CF is #E7E730. Grayscale: #2C2C2C. Windows color (decimal): -15198001 or 13572120. OLE color: 13572120.
HSL color Cylindrical-coordinate representation of color #1818CF: hue angle of 240º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1818CF is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 24 | 207 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.19 |
| HSL | 240º | 0.79% | 0.45% | - |
| HSV(B) | 240º | 0.88% | 0.81% | - |
| XYZ | 11.97 | 5.35 | 59.43 | - |
| YUV | 44.86 | 219.5 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 207 | 0.88 | 0.88 | 0 | 0.19 | 240 | 0.79 | 0.45 |
| Hex | 18 | 18 | CF | 58 | 58 | 0 | 13 | F0 | 4F | 2D |
| Octal | 30 | 30 | 317 | 130 | 130 | 0 | 23 | 360 | 117 | 55 |
| Binary | 11000 | 11000 | 11001111 | 1011000 | 1011000 | 0 | 10011 | 11110000 | 1001111 | 101101 |
Color Harmonies of #1818CF
Complementary color
Monochromatic Colors of #1818CF
Black with #1818CF
Text Example
Text Example
White with #1818CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818CF; }
p { color: rgb(24,24,207); }
H1.HeaderClassName
{
color: #1818CF;
}
.AnyTagClassName
{
color: #1818CF;
}
</style>
background-color css
<style>
a { background-color: #1818CF; }
a { background-color: rgb(24,24,207); }
div.DivClassName
{
background-color: #1818CF;
}
.BgClassName
{
background-color: #1818CF;
}
</style>
border-color css
<style>
span { border-color: #1818CF; }
span { border-color: rgb(24,24,207); }
td.TdClassName
{
border-color: #1818CF;
}
.TagClassName
{
border-color: #1818CF;
}
</style>