Shades of Navy Blue #195EDF
Tints of Navy Blue #195EDF
RGB
CMYK
RGB Variations
Color information
#195EDF (or 0x195EDF) is known color: Navy Blue. HEX triplet: 19, 5E and DF. RGB value is (25,94,223). Sum of RGB (Red+Green+Blue) = 25+94+223=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #195EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EDF is #E6A120. Grayscale: #575757. Windows color (decimal): -15114529 or 14638617. OLE color: 14638617.
HSL color Cylindrical-coordinate representation of color #195EDF: hue angle of 219.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195EDF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 94 | 223 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.13 |
| HSL | 219.09º | 0.8% | 0.49% | - |
| HSV(B) | 219.09º | 0.89% | 0.87% | - |
| XYZ | 17.72 | 13.54 | 71.49 | - |
| YUV | 88.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 223 | 0.89 | 0.58 | 0 | 0.13 | 219.09 | 0.8 | 0.49 |
| Hex | 19 | 5E | DF | 59 | 3A | 0 | D | DB | 50 | 31 |
| Octal | 31 | 136 | 337 | 131 | 72 | 0 | 15 | 333 | 120 | 61 |
| Binary | 11001 | 1011110 | 11011111 | 1011001 | 111010 | 0 | 1101 | 11011011 | 1010000 | 110001 |
Color Harmonies of #195EDF
Complementary color
Monochromatic Colors of #195EDF
Black with #195EDF
Text Example
Text Example
White with #195EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EDF; }
p { color: rgb(25,94,223); }
H1.HeaderClassName
{
color: #195EDF;
}
.AnyTagClassName
{
color: #195EDF;
}
</style>
background-color css
<style>
a { background-color: #195EDF; }
a { background-color: rgb(25,94,223); }
div.DivClassName
{
background-color: #195EDF;
}
.BgClassName
{
background-color: #195EDF;
}
</style>
border-color css
<style>
span { border-color: #195EDF; }
span { border-color: rgb(25,94,223); }
td.TdClassName
{
border-color: #195EDF;
}
.TagClassName
{
border-color: #195EDF;
}
</style>