Shades of Medium Blue #1800CF
Tints of Medium Blue #1800CF
RGB
CMYK
RGB Variations
Color information
#1800CF (or 0x1800CF) is known color: Medium Blue. HEX triplet: 18, 00 and CF. RGB value is (24,0,207). Sum of RGB (Red+Green+Blue) = 24+0+207=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 207 (81.25% from 255 or 89.61% from 231); Max value from RGB is 207 - color contains mainly: blue. Hex color #1800CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1800CF is #E7FF30. Grayscale: #1D1D1D. Windows color (decimal): -15204145 or 13565976. OLE color: 13565976.
HSL color Cylindrical-coordinate representation of color #1800CF: hue angle of 246.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800CF is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 0 | 207 | - |
| CMYK | 0.88 | 1 | 0 | 0.19 |
| HSL | 246.96º | 1% | 0.41% | - |
| HSV(B) | 246.96º | 1% | 0.81% | - |
| XYZ | 11.64 | 4.7 | 59.33 | - |
| YUV | 30.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 207 | 0.88 | 1 | 0 | 0.19 | 246.96 | 1 | 0.41 |
| Hex | 18 | 0 | CF | 58 | 64 | 0 | 13 | F7 | 64 | 29 |
| Octal | 30 | 0 | 317 | 130 | 144 | 0 | 23 | 367 | 144 | 51 |
| Binary | 11000 | 0 | 11001111 | 1011000 | 1100100 | 0 | 10011 | 11110111 | 1100100 | 101001 |
Color Harmonies of #1800CF
Complementary color
Monochromatic Colors of #1800CF
Black with #1800CF
Text Example
Text Example
White with #1800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1800CF; }
p { color: rgb(24,0,207); }
H1.HeaderClassName
{
color: #1800CF;
}
.AnyTagClassName
{
color: #1800CF;
}
</style>
background-color css
<style>
a { background-color: #1800CF; }
a { background-color: rgb(24,0,207); }
div.DivClassName
{
background-color: #1800CF;
}
.BgClassName
{
background-color: #1800CF;
}
</style>
border-color css
<style>
span { border-color: #1800CF; }
span { border-color: rgb(24,0,207); }
td.TdClassName
{
border-color: #1800CF;
}
.TagClassName
{
border-color: #1800CF;
}
</style>