Shades of Medium Blue #1813CC
Tints of Medium Blue #1813CC
RGB
CMYK
RGB Variations
Color information
#1813CC (or 0x1813CC) is known color: Medium Blue. HEX triplet: 18, 13 and CC. RGB value is (24,19,204). Sum of RGB (Red+Green+Blue) = 24+19+204=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #1813CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1813CC is #E7EC33. Grayscale: #282828. Windows color (decimal): -15199284 or 13374232. OLE color: 13374232.
HSL color Cylindrical-coordinate representation of color #1813CC: hue angle of 241.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1813CC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 19 | 204 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.2 |
| HSL | 241.62º | 0.83% | 0.44% | - |
| HSV(B) | 241.62º | 0.91% | 0.8% | - |
| XYZ | 11.51 | 5.02 | 57.49 | - |
| YUV | 41.59 | 219.66 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 204 | 0.88 | 0.91 | 0 | 0.2 | 241.62 | 0.83 | 0.44 |
| Hex | 18 | 13 | CC | 58 | 5B | 0 | 14 | F2 | 53 | 2C |
| Octal | 30 | 23 | 314 | 130 | 133 | 0 | 24 | 362 | 123 | 54 |
| Binary | 11000 | 10011 | 11001100 | 1011000 | 1011011 | 0 | 10100 | 11110010 | 1010011 | 101100 |
Color Harmonies of #1813CC
Complementary color
Monochromatic Colors of #1813CC
Black with #1813CC
Text Example
Text Example
White with #1813CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813CC; }
p { color: rgb(24,19,204); }
H1.HeaderClassName
{
color: #1813CC;
}
.AnyTagClassName
{
color: #1813CC;
}
</style>
background-color css
<style>
a { background-color: #1813CC; }
a { background-color: rgb(24,19,204); }
div.DivClassName
{
background-color: #1813CC;
}
.BgClassName
{
background-color: #1813CC;
}
</style>
border-color css
<style>
span { border-color: #1813CC; }
span { border-color: rgb(24,19,204); }
td.TdClassName
{
border-color: #1813CC;
}
.TagClassName
{
border-color: #1813CC;
}
</style>