Shades of Medium Blue #1A17CB
Tints of Medium Blue #1A17CB
RGB
CMYK
RGB Variations
Color information
#1A17CB (or 0x1A17CB) is known color: Medium Blue. HEX triplet: 1A, 17 and CB. RGB value is (26,23,203). Sum of RGB (Red+Green+Blue) = 26+23+203=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A17CB is #E5E834. Grayscale: #2B2B2B. Windows color (decimal): -15067189 or 13309722. OLE color: 13309722.
HSL color Cylindrical-coordinate representation of color #1A17CB: hue angle of 241º 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 #1A17CB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 23 | 203 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.20 |
| HSL | 241º | 0.8% | 0.44% | - |
| HSV(B) | 241º | 0.89% | 0.8% | - |
| XYZ | 11.51 | 5.14 | 56.89 | - |
| YUV | 44.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 203 | 0.87 | 0.89 | 0 | 0.20 | 241 | 0.8 | 0.44 |
| Hex | 1A | 17 | CB | 57 | 59 | 0 | 14 | F1 | 50 | 2C |
| Octal | 32 | 27 | 313 | 127 | 131 | 0 | 24 | 361 | 120 | 54 |
| Binary | 11010 | 10111 | 11001011 | 1010111 | 1011001 | 0 | 10100 | 11110001 | 1010000 | 101100 |
Color Harmonies of #1A17CB
Complementary color
Monochromatic Colors of #1A17CB
Black with #1A17CB
Text Example
Text Example
White with #1A17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A17CB; }
p { color: rgb(26,23,203); }
H1.HeaderClassName
{
color: #1A17CB;
}
.AnyTagClassName
{
color: #1A17CB;
}
</style>
background-color css
<style>
a { background-color: #1A17CB; }
a { background-color: rgb(26,23,203); }
div.DivClassName
{
background-color: #1A17CB;
}
.BgClassName
{
background-color: #1A17CB;
}
</style>
border-color css
<style>
span { border-color: #1A17CB; }
span { border-color: rgb(26,23,203); }
td.TdClassName
{
border-color: #1A17CB;
}
.TagClassName
{
border-color: #1A17CB;
}
</style>