Shades of Medium Blue #1A09CB
Tints of Medium Blue #1A09CB
RGB
CMYK
RGB Variations
Color information
#1A09CB (or 0x1A09CB) is known color: Medium Blue. HEX triplet: 1A, 09 and CB. RGB value is (26,9,203). Sum of RGB (Red+Green+Blue) = 26+9+203=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09CB is #E5F634. Grayscale: #232323. Windows color (decimal): -15070773 or 13306138. OLE color: 13306138.
HSL color Cylindrical-coordinate representation of color #1A09CB: hue angle of 245.26º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A09CB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 9 | 203 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.20 |
| HSL | 245.26º | 0.92% | 0.42% | - |
| HSV(B) | 245.26º | 0.96% | 0.8% | - |
| XYZ | 11.3 | 4.73 | 56.82 | - |
| YUV | 36.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 203 | 0.87 | 0.96 | 0 | 0.20 | 245.26 | 0.92 | 0.42 |
| Hex | 1A | 9 | CB | 57 | 60 | 0 | 14 | F5 | 5C | 2A |
| Octal | 32 | 11 | 313 | 127 | 140 | 0 | 24 | 365 | 134 | 52 |
| Binary | 11010 | 1001 | 11001011 | 1010111 | 1100000 | 0 | 10100 | 11110101 | 1011100 | 101010 |
Color Harmonies of #1A09CB
Complementary color
Monochromatic Colors of #1A09CB
Black with #1A09CB
Text Example
Text Example
White with #1A09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09CB; }
p { color: rgb(26,9,203); }
H1.HeaderClassName
{
color: #1A09CB;
}
.AnyTagClassName
{
color: #1A09CB;
}
</style>
background-color css
<style>
a { background-color: #1A09CB; }
a { background-color: rgb(26,9,203); }
div.DivClassName
{
background-color: #1A09CB;
}
.BgClassName
{
background-color: #1A09CB;
}
</style>
border-color css
<style>
span { border-color: #1A09CB; }
span { border-color: rgb(26,9,203); }
td.TdClassName
{
border-color: #1A09CB;
}
.TagClassName
{
border-color: #1A09CB;
}
</style>