Shades of Medium Blue #1805CB
Tints of Medium Blue #1805CB
RGB
CMYK
RGB Variations
Color information
#1805CB (or 0x1805CB) is known color: Medium Blue. HEX triplet: 18, 05 and CB. RGB value is (24,5,203). Sum of RGB (Red+Green+Blue) = 24+5+203=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #1805CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1805CB is #E7FA34. Grayscale: #202020. Windows color (decimal): -15202869 or 13305112. OLE color: 13305112.
HSL color Cylindrical-coordinate representation of color #1805CB: hue angle of 245.76º 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 #1805CB is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 5 | 203 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.20 |
| HSL | 245.76º | 0.95% | 0.41% | - |
| HSV(B) | 245.76º | 0.98% | 0.8% | - |
| XYZ | 11.21 | 4.61 | 56.8 | - |
| YUV | 33.25 | 223.79 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 203 | 0.88 | 0.98 | 0 | 0.20 | 245.76 | 0.95 | 0.41 |
| Hex | 18 | 5 | CB | 58 | 62 | 0 | 14 | F6 | 5F | 29 |
| Octal | 30 | 5 | 313 | 130 | 142 | 0 | 24 | 366 | 137 | 51 |
| Binary | 11000 | 101 | 11001011 | 1011000 | 1100010 | 0 | 10100 | 11110110 | 1011111 | 101001 |
Color Harmonies of #1805CB
Complementary color
Monochromatic Colors of #1805CB
Black with #1805CB
Text Example
Text Example
White with #1805CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1805CB; }
p { color: rgb(24,5,203); }
H1.HeaderClassName
{
color: #1805CB;
}
.AnyTagClassName
{
color: #1805CB;
}
</style>
background-color css
<style>
a { background-color: #1805CB; }
a { background-color: rgb(24,5,203); }
div.DivClassName
{
background-color: #1805CB;
}
.BgClassName
{
background-color: #1805CB;
}
</style>
border-color css
<style>
span { border-color: #1805CB; }
span { border-color: rgb(24,5,203); }
td.TdClassName
{
border-color: #1805CB;
}
.TagClassName
{
border-color: #1805CB;
}
</style>