Shades of Medium Blue #1805CC
Tints of Medium Blue #1805CC
RGB
CMYK
RGB Variations
Color information
#1805CC (or 0x1805CC) is known color: Medium Blue. HEX triplet: 18, 05 and CC. RGB value is (24,5,204). Sum of RGB (Red+Green+Blue) = 24+5+204=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #1805CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1805CC is #E7FA33. Grayscale: #202020. Windows color (decimal): -15202868 or 13370648. OLE color: 13370648.
HSL color Cylindrical-coordinate representation of color #1805CC: hue angle of 245.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1805CC is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 5 | 204 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.2 |
| HSL | 245.73º | 0.95% | 0.41% | - |
| HSV(B) | 245.73º | 0.98% | 0.8% | - |
| XYZ | 11.33 | 4.66 | 57.43 | - |
| YUV | 33.37 | 224.29 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 204 | 0.88 | 0.98 | 0 | 0.2 | 245.73 | 0.95 | 0.41 |
| Hex | 18 | 5 | CC | 58 | 62 | 0 | 14 | F6 | 5F | 29 |
| Octal | 30 | 5 | 314 | 130 | 142 | 0 | 24 | 366 | 137 | 51 |
| Binary | 11000 | 101 | 11001100 | 1011000 | 1100010 | 0 | 10100 | 11110110 | 1011111 | 101001 |
Color Harmonies of #1805CC
Complementary color
Monochromatic Colors of #1805CC
Black with #1805CC
Text Example
Text Example
White with #1805CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1805CC; }
p { color: rgb(24,5,204); }
H1.HeaderClassName
{
color: #1805CC;
}
.AnyTagClassName
{
color: #1805CC;
}
</style>
background-color css
<style>
a { background-color: #1805CC; }
a { background-color: rgb(24,5,204); }
div.DivClassName
{
background-color: #1805CC;
}
.BgClassName
{
background-color: #1805CC;
}
</style>
border-color css
<style>
span { border-color: #1805CC; }
span { border-color: rgb(24,5,204); }
td.TdClassName
{
border-color: #1805CC;
}
.TagClassName
{
border-color: #1805CC;
}
</style>