Shades of Blue #130AEE
Tints of Blue #130AEE
RGB
CMYK
RGB Variations
Color information
#130AEE (or 0x130AEE) is known color: Blue. HEX triplet: 13, 0A and EE. RGB value is (19,10,238). Sum of RGB (Red+Green+Blue) = 19+10+238=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 238 (93.36% from 255 or 89.14% from 267); Max value from RGB is 238 - color contains mainly: blue. Hex color #130AEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AEE is #ECF511. Grayscale: #252525. Windows color (decimal): -15529234 or 15600147. OLE color: 15600147.
HSL color Cylindrical-coordinate representation of color #130AEE: hue angle of 242.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AEE is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 10 | 238 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.07 |
| HSL | 242.37º | 0.92% | 0.49% | - |
| HSV(B) | 242.37º | 0.96% | 0.93% | - |
| XYZ | 15.81 | 6.53 | 81.32 | - |
| YUV | 38.68 | 240.48 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 238 | 0.92 | 0.96 | 0 | 0.07 | 242.37 | 0.92 | 0.49 |
| Hex | 13 | A | EE | 5C | 60 | 0 | 7 | F2 | 5C | 31 |
| Octal | 23 | 12 | 356 | 134 | 140 | 0 | 7 | 362 | 134 | 61 |
| Binary | 10011 | 1010 | 11101110 | 1011100 | 1100000 | 0 | 111 | 11110010 | 1011100 | 110001 |
Color Harmonies of #130AEE
Complementary color
Monochromatic Colors of #130AEE
Black with #130AEE
Text Example
Text Example
White with #130AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AEE; }
p { color: rgb(19,10,238); }
H1.HeaderClassName
{
color: #130AEE;
}
.AnyTagClassName
{
color: #130AEE;
}
</style>
background-color css
<style>
a { background-color: #130AEE; }
a { background-color: rgb(19,10,238); }
div.DivClassName
{
background-color: #130AEE;
}
.BgClassName
{
background-color: #130AEE;
}
</style>
border-color css
<style>
span { border-color: #130AEE; }
span { border-color: rgb(19,10,238); }
td.TdClassName
{
border-color: #130AEE;
}
.TagClassName
{
border-color: #130AEE;
}
</style>