Shades of Blue #130AEF
Tints of Blue #130AEF
RGB
CMYK
RGB Variations
Color information
#130AEF (or 0x130AEF) is known color: Blue. HEX triplet: 13, 0A and EF. RGB value is (19,10,239). Sum of RGB (Red+Green+Blue) = 19+10+239=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 239 (93.75% from 255 or 89.18% from 268); Max value from RGB is 239 - color contains mainly: blue. Hex color #130AEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AEF is #ECF510. Grayscale: #252525. Windows color (decimal): -15529233 or 15665683. OLE color: 15665683.
HSL color Cylindrical-coordinate representation of color #130AEF: hue angle of 242.36º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AEF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 10 | 239 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.06 |
| HSL | 242.36º | 0.92% | 0.49% | - |
| HSV(B) | 242.36º | 0.96% | 0.94% | - |
| XYZ | 15.96 | 6.59 | 82.09 | - |
| YUV | 38.8 | 240.98 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 239 | 0.92 | 0.96 | 0 | 0.06 | 242.36 | 0.92 | 0.49 |
| Hex | 13 | A | EF | 5C | 60 | 0 | 6 | F2 | 5C | 31 |
| Octal | 23 | 12 | 357 | 134 | 140 | 0 | 6 | 362 | 134 | 61 |
| Binary | 10011 | 1010 | 11101111 | 1011100 | 1100000 | 0 | 110 | 11110010 | 1011100 | 110001 |
Color Harmonies of #130AEF
Complementary color
Monochromatic Colors of #130AEF
Black with #130AEF
Text Example
Text Example
White with #130AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AEF; }
p { color: rgb(19,10,239); }
H1.HeaderClassName
{
color: #130AEF;
}
.AnyTagClassName
{
color: #130AEF;
}
</style>
background-color css
<style>
a { background-color: #130AEF; }
a { background-color: rgb(19,10,239); }
div.DivClassName
{
background-color: #130AEF;
}
.BgClassName
{
background-color: #130AEF;
}
</style>
border-color css
<style>
span { border-color: #130AEF; }
span { border-color: rgb(19,10,239); }
td.TdClassName
{
border-color: #130AEF;
}
.TagClassName
{
border-color: #130AEF;
}
</style>