Shades of Blue #130BEF
Tints of Blue #130BEF
RGB
CMYK
RGB Variations
Color information
#130BEF (or 0x130BEF) is known color: Blue. HEX triplet: 13, 0B and EF. RGB value is (19,11,239). Sum of RGB (Red+Green+Blue) = 19+11+239=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 239 (93.75% from 255 or 88.85% from 269); Max value from RGB is 239 - color contains mainly: blue. Hex color #130BEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130BEF is #ECF410. Grayscale: #262626. Windows color (decimal): -15528977 or 15665939. OLE color: 15665939.
HSL color Cylindrical-coordinate representation of color #130BEF: hue angle of 242.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BEF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 11 | 239 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.06 |
| HSL | 242.11º | 0.91% | 0.49% | - |
| HSV(B) | 242.11º | 0.95% | 0.94% | - |
| XYZ | 15.97 | 6.61 | 82.1 | - |
| YUV | 39.38 | 240.65 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 239 | 0.92 | 0.95 | 0 | 0.06 | 242.11 | 0.91 | 0.49 |
| Hex | 13 | B | EF | 5C | 5F | 0 | 6 | F2 | 5B | 31 |
| Octal | 23 | 13 | 357 | 134 | 137 | 0 | 6 | 362 | 133 | 61 |
| Binary | 10011 | 1011 | 11101111 | 1011100 | 1011111 | 0 | 110 | 11110010 | 1011011 | 110001 |
Color Harmonies of #130BEF
Complementary color
Monochromatic Colors of #130BEF
Black with #130BEF
Text Example
Text Example
White with #130BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BEF; }
p { color: rgb(19,11,239); }
H1.HeaderClassName
{
color: #130BEF;
}
.AnyTagClassName
{
color: #130BEF;
}
</style>
background-color css
<style>
a { background-color: #130BEF; }
a { background-color: rgb(19,11,239); }
div.DivClassName
{
background-color: #130BEF;
}
.BgClassName
{
background-color: #130BEF;
}
</style>
border-color css
<style>
span { border-color: #130BEF; }
span { border-color: rgb(19,11,239); }
td.TdClassName
{
border-color: #130BEF;
}
.TagClassName
{
border-color: #130BEF;
}
</style>