Shades of Blue #1303E6
Tints of Blue #1303E6
RGB
CMYK
RGB Variations
Color information
#1303E6 (or 0x1303E6) is known color: Blue. HEX triplet: 13, 03 and E6. RGB value is (19,3,230). Sum of RGB (Red+Green+Blue) = 19+3+230=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 230 (90.23% from 255 or 91.27% from 252); Max value from RGB is 230 - color contains mainly: blue. Hex color #1303E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1303E6 is #ECFC19. Grayscale: #202020. Windows color (decimal): -15531034 or 15074067. OLE color: 15074067.
HSL color Cylindrical-coordinate representation of color #1303E6: hue angle of 244.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303E6 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 3 | 230 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.10 |
| HSL | 244.23º | 0.97% | 0.46% | - |
| HSV(B) | 244.23º | 0.99% | 0.9% | - |
| XYZ | 14.58 | 5.92 | 75.24 | - |
| YUV | 33.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 230 | 0.92 | 0.99 | 0 | 0.10 | 244.23 | 0.97 | 0.46 |
| Hex | 13 | 3 | E6 | 5C | 63 | 0 | A | F4 | 61 | 2E |
| Octal | 23 | 3 | 346 | 134 | 143 | 0 | 12 | 364 | 141 | 56 |
| Binary | 10011 | 11 | 11100110 | 1011100 | 1100011 | 0 | 1010 | 11110100 | 1100001 | 101110 |
Color Harmonies of #1303E6
Complementary color
Monochromatic Colors of #1303E6
Black with #1303E6
Text Example
Text Example
White with #1303E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303E6; }
p { color: rgb(19,3,230); }
H1.HeaderClassName
{
color: #1303E6;
}
.AnyTagClassName
{
color: #1303E6;
}
</style>
background-color css
<style>
a { background-color: #1303E6; }
a { background-color: rgb(19,3,230); }
div.DivClassName
{
background-color: #1303E6;
}
.BgClassName
{
background-color: #1303E6;
}
</style>
border-color css
<style>
span { border-color: #1303E6; }
span { border-color: rgb(19,3,230); }
td.TdClassName
{
border-color: #1303E6;
}
.TagClassName
{
border-color: #1303E6;
}
</style>