Shades of Blue #130CE9
Tints of Blue #130CE9
RGB
CMYK
RGB Variations
Color information
#130CE9 (or 0x130CE9) is known color: Blue. HEX triplet: 13, 0C and E9. RGB value is (19,12,233). Sum of RGB (Red+Green+Blue) = 19+12+233=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 233 (91.41% from 255 or 88.26% from 264); Max value from RGB is 233 - color contains mainly: blue. Hex color #130CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CE9 is #ECF316. Grayscale: #262626. Windows color (decimal): -15528727 or 15272979. OLE color: 15272979.
HSL color Cylindrical-coordinate representation of color #130CE9: hue angle of 241.9º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CE9 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 12 | 233 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.09 |
| HSL | 241.9º | 0.9% | 0.48% | - |
| HSV(B) | 241.9º | 0.95% | 0.91% | - |
| XYZ | 15.11 | 6.28 | 77.51 | - |
| YUV | 39.29 | 237.32 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 233 | 0.92 | 0.95 | 0 | 0.09 | 241.9 | 0.9 | 0.48 |
| Hex | 13 | C | E9 | 5C | 5F | 0 | 9 | F2 | 5A | 30 |
| Octal | 23 | 14 | 351 | 134 | 137 | 0 | 11 | 362 | 132 | 60 |
| Binary | 10011 | 1100 | 11101001 | 1011100 | 1011111 | 0 | 1001 | 11110010 | 1011010 | 110000 |
Color Harmonies of #130CE9
Complementary color
Monochromatic Colors of #130CE9
Black with #130CE9
Text Example
Text Example
White with #130CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CE9; }
p { color: rgb(19,12,233); }
H1.HeaderClassName
{
color: #130CE9;
}
.AnyTagClassName
{
color: #130CE9;
}
</style>
background-color css
<style>
a { background-color: #130CE9; }
a { background-color: rgb(19,12,233); }
div.DivClassName
{
background-color: #130CE9;
}
.BgClassName
{
background-color: #130CE9;
}
</style>
border-color css
<style>
span { border-color: #130CE9; }
span { border-color: rgb(19,12,233); }
td.TdClassName
{
border-color: #130CE9;
}
.TagClassName
{
border-color: #130CE9;
}
</style>