Shades of Medium Blue #1803CC
Tints of Medium Blue #1803CC
RGB
CMYK
RGB Variations
Color information
#1803CC (or 0x1803CC) is known color: Medium Blue. HEX triplet: 18, 03 and CC. RGB value is (24,3,204). Sum of RGB (Red+Green+Blue) = 24+3+204=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #1803CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803CC is #E7FC33. Grayscale: #1F1F1F. Windows color (decimal): -15203380 or 13370136. OLE color: 13370136.
HSL color Cylindrical-coordinate representation of color #1803CC: hue angle of 246.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803CC is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 3 | 204 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.2 |
| HSL | 246.27º | 0.97% | 0.41% | - |
| HSV(B) | 246.27º | 0.99% | 0.8% | - |
| XYZ | 11.31 | 4.62 | 57.42 | - |
| YUV | 32.19 | 224.96 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 204 | 0.88 | 0.99 | 0 | 0.2 | 246.27 | 0.97 | 0.41 |
| Hex | 18 | 3 | CC | 58 | 63 | 0 | 14 | F6 | 61 | 29 |
| Octal | 30 | 3 | 314 | 130 | 143 | 0 | 24 | 366 | 141 | 51 |
| Binary | 11000 | 11 | 11001100 | 1011000 | 1100011 | 0 | 10100 | 11110110 | 1100001 | 101001 |
Color Harmonies of #1803CC
Complementary color
Monochromatic Colors of #1803CC
Black with #1803CC
Text Example
Text Example
White with #1803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803CC; }
p { color: rgb(24,3,204); }
H1.HeaderClassName
{
color: #1803CC;
}
.AnyTagClassName
{
color: #1803CC;
}
</style>
background-color css
<style>
a { background-color: #1803CC; }
a { background-color: rgb(24,3,204); }
div.DivClassName
{
background-color: #1803CC;
}
.BgClassName
{
background-color: #1803CC;
}
</style>
border-color css
<style>
span { border-color: #1803CC; }
span { border-color: rgb(24,3,204); }
td.TdClassName
{
border-color: #1803CC;
}
.TagClassName
{
border-color: #1803CC;
}
</style>