Shades of Blue #1302EA
Tints of Blue #1302EA
RGB
CMYK
RGB Variations
Color information
#1302EA (or 0x1302EA) is known color: Blue. HEX triplet: 13, 02 and EA. RGB value is (19,2,234). Sum of RGB (Red+Green+Blue) = 19+2+234=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #1302EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1302EA is #ECFD15. Grayscale: #202020. Windows color (decimal): -15531286 or 15335955. OLE color: 15335955.
HSL color Cylindrical-coordinate representation of color #1302EA: hue angle of 244.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302EA is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 2 | 234 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.08 |
| HSL | 244.4º | 0.98% | 0.46% | - |
| HSV(B) | 244.4º | 0.99% | 0.92% | - |
| XYZ | 15.14 | 6.12 | 78.23 | - |
| YUV | 33.53 | 241.13 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 234 | 0.92 | 0.99 | 0 | 0.08 | 244.4 | 0.98 | 0.46 |
| Hex | 13 | 2 | EA | 5C | 63 | 0 | 8 | F4 | 62 | 2E |
| Octal | 23 | 2 | 352 | 134 | 143 | 0 | 10 | 364 | 142 | 56 |
| Binary | 10011 | 10 | 11101010 | 1011100 | 1100011 | 0 | 1000 | 11110100 | 1100010 | 101110 |
Color Harmonies of #1302EA
Complementary color
Monochromatic Colors of #1302EA
Black with #1302EA
Text Example
Text Example
White with #1302EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302EA; }
p { color: rgb(19,2,234); }
H1.HeaderClassName
{
color: #1302EA;
}
.AnyTagClassName
{
color: #1302EA;
}
</style>
background-color css
<style>
a { background-color: #1302EA; }
a { background-color: rgb(19,2,234); }
div.DivClassName
{
background-color: #1302EA;
}
.BgClassName
{
background-color: #1302EA;
}
</style>
border-color css
<style>
span { border-color: #1302EA; }
span { border-color: rgb(19,2,234); }
td.TdClassName
{
border-color: #1302EA;
}
.TagClassName
{
border-color: #1302EA;
}
</style>