Shades of Medium Blue #1B17CB
Tints of Medium Blue #1B17CB
RGB
CMYK
RGB Variations
Color information
#1B17CB (or 0x1B17CB) is known color: Medium Blue. HEX triplet: 1B, 17 and CB. RGB value is (27,23,203). Sum of RGB (Red+Green+Blue) = 27+23+203=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B17CB is #E4E834. Grayscale: #2C2C2C. Windows color (decimal): -15001653 or 13309723. OLE color: 13309723.
HSL color Cylindrical-coordinate representation of color #1B17CB: hue angle of 241.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B17CB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 23 | 203 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.20 |
| HSL | 241.33º | 0.8% | 0.44% | - |
| HSV(B) | 241.33º | 0.89% | 0.8% | - |
| XYZ | 11.54 | 5.16 | 56.89 | - |
| YUV | 44.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 203 | 0.87 | 0.89 | 0 | 0.20 | 241.33 | 0.8 | 0.44 |
| Hex | 1B | 17 | CB | 57 | 59 | 0 | 14 | F1 | 50 | 2C |
| Octal | 33 | 27 | 313 | 127 | 131 | 0 | 24 | 361 | 120 | 54 |
| Binary | 11011 | 10111 | 11001011 | 1010111 | 1011001 | 0 | 10100 | 11110001 | 1010000 | 101100 |
Color Harmonies of #1B17CB
Complementary color
Monochromatic Colors of #1B17CB
Black with #1B17CB
Text Example
Text Example
White with #1B17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B17CB; }
p { color: rgb(27,23,203); }
H1.HeaderClassName
{
color: #1B17CB;
}
.AnyTagClassName
{
color: #1B17CB;
}
</style>
background-color css
<style>
a { background-color: #1B17CB; }
a { background-color: rgb(27,23,203); }
div.DivClassName
{
background-color: #1B17CB;
}
.BgClassName
{
background-color: #1B17CB;
}
</style>
border-color css
<style>
span { border-color: #1B17CB; }
span { border-color: rgb(27,23,203); }
td.TdClassName
{
border-color: #1B17CB;
}
.TagClassName
{
border-color: #1B17CB;
}
</style>