Shades of Navy Blue #1352FA
Tints of Navy Blue #1352FA
RGB
CMYK
RGB Variations
Color information
#1352FA (or 0x1352FA) is known color: Navy Blue. HEX triplet: 13, 52 and FA. RGB value is (19,82,250). Sum of RGB (Red+Green+Blue) = 19+82+250=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #1352FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1352FA is #ECAD05. Grayscale: #515151. Windows color (decimal): -15510790 or 16405011. OLE color: 16405011.
HSL color Cylindrical-coordinate representation of color #1352FA: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1352FA is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 82 | 250 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.02 |
| HSL | 223.64º | 0.96% | 0.53% | - |
| HSV(B) | 223.64º | 0.92% | 0.98% | - |
| XYZ | 20.54 | 13.08 | 91.88 | - |
| YUV | 82.32 | 222.63 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 250 | 0.92 | 0.67 | 0 | 0.02 | 223.64 | 0.96 | 0.53 |
| Hex | 13 | 52 | FA | 5C | 43 | 0 | 2 | E0 | 60 | 35 |
| Octal | 23 | 122 | 372 | 134 | 103 | 0 | 2 | 340 | 140 | 65 |
| Binary | 10011 | 1010010 | 11111010 | 1011100 | 1000011 | 0 | 10 | 11100000 | 1100000 | 110101 |
Color Harmonies of #1352FA
Complementary color
Monochromatic Colors of #1352FA
Black with #1352FA
Text Example
Text Example
White with #1352FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352FA; }
p { color: rgb(19,82,250); }
H1.HeaderClassName
{
color: #1352FA;
}
.AnyTagClassName
{
color: #1352FA;
}
</style>
background-color css
<style>
a { background-color: #1352FA; }
a { background-color: rgb(19,82,250); }
div.DivClassName
{
background-color: #1352FA;
}
.BgClassName
{
background-color: #1352FA;
}
</style>
border-color css
<style>
span { border-color: #1352FA; }
span { border-color: rgb(19,82,250); }
td.TdClassName
{
border-color: #1352FA;
}
.TagClassName
{
border-color: #1352FA;
}
</style>