Shades of Medium Blue #1B13CC
Tints of Medium Blue #1B13CC
RGB
CMYK
RGB Variations
Color information
#1B13CC (or 0x1B13CC) is known color: Medium Blue. HEX triplet: 1B, 13 and CC. RGB value is (27,19,204). Sum of RGB (Red+Green+Blue) = 27+19+204=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B13CC is #E4EC33. Grayscale: #292929. Windows color (decimal): -15002676 or 13374235. OLE color: 13374235.
HSL color Cylindrical-coordinate representation of color #1B13CC: hue angle of 242.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B13CC is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 19 | 204 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.2 |
| HSL | 242.59º | 0.83% | 0.44% | - |
| HSV(B) | 242.59º | 0.91% | 0.8% | - |
| XYZ | 11.58 | 5.06 | 57.49 | - |
| YUV | 42.48 | 219.15 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 204 | 0.87 | 0.91 | 0 | 0.2 | 242.59 | 0.83 | 0.44 |
| Hex | 1B | 13 | CC | 57 | 5B | 0 | 14 | F3 | 53 | 2C |
| Octal | 33 | 23 | 314 | 127 | 133 | 0 | 24 | 363 | 123 | 54 |
| Binary | 11011 | 10011 | 11001100 | 1010111 | 1011011 | 0 | 10100 | 11110011 | 1010011 | 101100 |
Color Harmonies of #1B13CC
Complementary color
Monochromatic Colors of #1B13CC
Black with #1B13CC
Text Example
Text Example
White with #1B13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B13CC; }
p { color: rgb(27,19,204); }
H1.HeaderClassName
{
color: #1B13CC;
}
.AnyTagClassName
{
color: #1B13CC;
}
</style>
background-color css
<style>
a { background-color: #1B13CC; }
a { background-color: rgb(27,19,204); }
div.DivClassName
{
background-color: #1B13CC;
}
.BgClassName
{
background-color: #1B13CC;
}
</style>
border-color css
<style>
span { border-color: #1B13CC; }
span { border-color: rgb(27,19,204); }
td.TdClassName
{
border-color: #1B13CC;
}
.TagClassName
{
border-color: #1B13CC;
}
</style>