Shades of Blue #130CEF
Tints of Blue #130CEF
RGB
CMYK
RGB Variations
Color information
#130CEF (or 0x130CEF) is known color: Blue. HEX triplet: 13, 0C and EF. RGB value is (19,12,239). Sum of RGB (Red+Green+Blue) = 19+12+239=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 239 (93.75% from 255 or 88.52% from 270); Max value from RGB is 239 - color contains mainly: blue. Hex color #130CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CEF is #ECF310. Grayscale: #272727. Windows color (decimal): -15528721 or 15666195. OLE color: 15666195.
HSL color Cylindrical-coordinate representation of color #130CEF: hue angle of 241.85º degrees, saturation: 0.9, 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 #130CEF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 12 | 239 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.06 |
| HSL | 241.85º | 0.9% | 0.49% | - |
| HSV(B) | 241.85º | 0.95% | 0.94% | - |
| XYZ | 15.98 | 6.63 | 82.1 | - |
| YUV | 39.97 | 240.32 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 239 | 0.92 | 0.95 | 0 | 0.06 | 241.85 | 0.9 | 0.49 |
| Hex | 13 | C | EF | 5C | 5F | 0 | 6 | F2 | 5A | 31 |
| Octal | 23 | 14 | 357 | 134 | 137 | 0 | 6 | 362 | 132 | 61 |
| Binary | 10011 | 1100 | 11101111 | 1011100 | 1011111 | 0 | 110 | 11110010 | 1011010 | 110001 |
Color Harmonies of #130CEF
Complementary color
Monochromatic Colors of #130CEF
Black with #130CEF
Text Example
Text Example
White with #130CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CEF; }
p { color: rgb(19,12,239); }
H1.HeaderClassName
{
color: #130CEF;
}
.AnyTagClassName
{
color: #130CEF;
}
</style>
background-color css
<style>
a { background-color: #130CEF; }
a { background-color: rgb(19,12,239); }
div.DivClassName
{
background-color: #130CEF;
}
.BgClassName
{
background-color: #130CEF;
}
</style>
border-color css
<style>
span { border-color: #130CEF; }
span { border-color: rgb(19,12,239); }
td.TdClassName
{
border-color: #130CEF;
}
.TagClassName
{
border-color: #130CEF;
}
</style>