Shades of Navy Blue #195BE6
Tints of Navy Blue #195BE6
RGB
CMYK
RGB Variations
Color information
#195BE6 (or 0x195BE6) is known color: Navy Blue. HEX triplet: 19, 5B and E6. RGB value is (25,91,230). Sum of RGB (Red+Green+Blue) = 25+91+230=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #195BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BE6 is #E6A419. Grayscale: #565656. Windows color (decimal): -15115290 or 15096601. OLE color: 15096601.
HSL color Cylindrical-coordinate representation of color #195BE6: hue angle of 220.68º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BE6 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 91 | 230 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.10 |
| HSL | 220.68º | 0.8% | 0.5% | - |
| HSV(B) | 220.68º | 0.89% | 0.9% | - |
| XYZ | 18.42 | 13.4 | 76.48 | - |
| YUV | 87.11 | 208.63 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 230 | 0.89 | 0.60 | 0 | 0.10 | 220.68 | 0.8 | 0.5 |
| Hex | 19 | 5B | E6 | 59 | 3C | 0 | A | DD | 50 | 32 |
| Octal | 31 | 133 | 346 | 131 | 74 | 0 | 12 | 335 | 120 | 62 |
| Binary | 11001 | 1011011 | 11100110 | 1011001 | 111100 | 0 | 1010 | 11011101 | 1010000 | 110010 |
Color Harmonies of #195BE6
Complementary color
Monochromatic Colors of #195BE6
Black with #195BE6
Text Example
Text Example
White with #195BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BE6; }
p { color: rgb(25,91,230); }
H1.HeaderClassName
{
color: #195BE6;
}
.AnyTagClassName
{
color: #195BE6;
}
</style>
background-color css
<style>
a { background-color: #195BE6; }
a { background-color: rgb(25,91,230); }
div.DivClassName
{
background-color: #195BE6;
}
.BgClassName
{
background-color: #195BE6;
}
</style>
border-color css
<style>
span { border-color: #195BE6; }
span { border-color: rgb(25,91,230); }
td.TdClassName
{
border-color: #195BE6;
}
.TagClassName
{
border-color: #195BE6;
}
</style>