Shades of Medium Blue #1802CB
Tints of Medium Blue #1802CB
RGB
CMYK
RGB Variations
Color information
#1802CB (or 0x1802CB) is known color: Medium Blue. HEX triplet: 18, 02 and CB. RGB value is (24,2,203). Sum of RGB (Red+Green+Blue) = 24+2+203=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 203 (79.69% from 255 or 88.65% from 229); Max value from RGB is 203 - color contains mainly: blue. Hex color #1802CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802CB is #E7FD34. Grayscale: #1E1E1E. Windows color (decimal): -15203637 or 13304344. OLE color: 13304344.
HSL color Cylindrical-coordinate representation of color #1802CB: hue angle of 246.57º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802CB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 2 | 203 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.20 |
| HSL | 246.57º | 0.98% | 0.4% | - |
| HSV(B) | 246.57º | 0.99% | 0.8% | - |
| XYZ | 11.18 | 4.55 | 56.79 | - |
| YUV | 31.49 | 224.79 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 203 | 0.88 | 0.99 | 0 | 0.20 | 246.57 | 0.98 | 0.4 |
| Hex | 18 | 2 | CB | 58 | 63 | 0 | 14 | F7 | 62 | 28 |
| Octal | 30 | 2 | 313 | 130 | 143 | 0 | 24 | 367 | 142 | 50 |
| Binary | 11000 | 10 | 11001011 | 1011000 | 1100011 | 0 | 10100 | 11110111 | 1100010 | 101000 |
Color Harmonies of #1802CB
Complementary color
Monochromatic Colors of #1802CB
Black with #1802CB
Text Example
Text Example
White with #1802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1802CB; }
p { color: rgb(24,2,203); }
H1.HeaderClassName
{
color: #1802CB;
}
.AnyTagClassName
{
color: #1802CB;
}
</style>
background-color css
<style>
a { background-color: #1802CB; }
a { background-color: rgb(24,2,203); }
div.DivClassName
{
background-color: #1802CB;
}
.BgClassName
{
background-color: #1802CB;
}
</style>
border-color css
<style>
span { border-color: #1802CB; }
span { border-color: rgb(24,2,203); }
td.TdClassName
{
border-color: #1802CB;
}
.TagClassName
{
border-color: #1802CB;
}
</style>