Shades of Medium Blue #1A08B5
Tints of Medium Blue #1A08B5
RGB
CMYK
RGB Variations
Color information
#1A08B5 (or 0x1A08B5) is known color: Medium Blue. HEX triplet: 1A, 08 and B5. RGB value is (26,8,181). Sum of RGB (Red+Green+Blue) = 26+8+181=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 181 (71.09% from 255 or 84.19% from 215); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A08B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A08B5 is #E5F74A. Grayscale: #202020. Windows color (decimal): -15071051 or 11864090. OLE color: 11864090.
HSL color Cylindrical-coordinate representation of color #1A08B5: hue angle of 246.24º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A08B5 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 8 | 181 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.29 |
| HSL | 246.24º | 0.92% | 0.37% | - |
| HSV(B) | 246.24º | 0.96% | 0.71% | - |
| XYZ | 8.85 | 3.73 | 43.97 | - |
| YUV | 33.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 181 | 0.86 | 0.96 | 0 | 0.29 | 246.24 | 0.92 | 0.37 |
| Hex | 1A | 8 | B5 | 56 | 60 | 0 | 1D | F6 | 5C | 25 |
| Octal | 32 | 10 | 265 | 126 | 140 | 0 | 35 | 366 | 134 | 45 |
| Binary | 11010 | 1000 | 10110101 | 1010110 | 1100000 | 0 | 11101 | 11110110 | 1011100 | 100101 |
Color Harmonies of #1A08B5
Complementary color
Monochromatic Colors of #1A08B5
Black with #1A08B5
Text Example
Text Example
White with #1A08B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A08B5; }
p { color: rgb(26,8,181); }
H1.HeaderClassName
{
color: #1A08B5;
}
.AnyTagClassName
{
color: #1A08B5;
}
</style>
background-color css
<style>
a { background-color: #1A08B5; }
a { background-color: rgb(26,8,181); }
div.DivClassName
{
background-color: #1A08B5;
}
.BgClassName
{
background-color: #1A08B5;
}
</style>
border-color css
<style>
span { border-color: #1A08B5; }
span { border-color: rgb(26,8,181); }
td.TdClassName
{
border-color: #1A08B5;
}
.TagClassName
{
border-color: #1A08B5;
}
</style>