Shades of Medium Blue #1807CB
Tints of Medium Blue #1807CB
RGB
CMYK
RGB Variations
Color information
#1807CB (or 0x1807CB) is known color: Medium Blue. HEX triplet: 18, 07 and CB. RGB value is (24,7,203). Sum of RGB (Red+Green+Blue) = 24+7+203=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #1807CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1807CB is #E7F834. Grayscale: #212121. Windows color (decimal): -15202357 or 13305624. OLE color: 13305624.
HSL color Cylindrical-coordinate representation of color #1807CB: hue angle of 245.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1807CB is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 7 | 203 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.20 |
| HSL | 245.2º | 0.93% | 0.41% | - |
| HSV(B) | 245.2º | 0.97% | 0.8% | - |
| XYZ | 11.23 | 4.66 | 56.81 | - |
| YUV | 34.43 | 223.13 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 203 | 0.88 | 0.97 | 0 | 0.20 | 245.2 | 0.93 | 0.41 |
| Hex | 18 | 7 | CB | 58 | 61 | 0 | 14 | F5 | 5D | 29 |
| Octal | 30 | 7 | 313 | 130 | 141 | 0 | 24 | 365 | 135 | 51 |
| Binary | 11000 | 111 | 11001011 | 1011000 | 1100001 | 0 | 10100 | 11110101 | 1011101 | 101001 |
Color Harmonies of #1807CB
Complementary color
Monochromatic Colors of #1807CB
Black with #1807CB
Text Example
Text Example
White with #1807CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1807CB; }
p { color: rgb(24,7,203); }
H1.HeaderClassName
{
color: #1807CB;
}
.AnyTagClassName
{
color: #1807CB;
}
</style>
background-color css
<style>
a { background-color: #1807CB; }
a { background-color: rgb(24,7,203); }
div.DivClassName
{
background-color: #1807CB;
}
.BgClassName
{
background-color: #1807CB;
}
</style>
border-color css
<style>
span { border-color: #1807CB; }
span { border-color: rgb(24,7,203); }
td.TdClassName
{
border-color: #1807CB;
}
.TagClassName
{
border-color: #1807CB;
}
</style>