Shades of Navy Blue #195DDF
Tints of Navy Blue #195DDF
RGB
CMYK
RGB Variations
Color information
#195DDF (or 0x195DDF) is known color: Navy Blue. HEX triplet: 19, 5D and DF. RGB value is (25,93,223). Sum of RGB (Red+Green+Blue) = 25+93+223=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #195DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DDF is #E6A220. Grayscale: #565656. Windows color (decimal): -15114785 or 14638361. OLE color: 14638361.
HSL color Cylindrical-coordinate representation of color #195DDF: hue angle of 219.39º 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 #195DDF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 93 | 223 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.13 |
| HSL | 219.39º | 0.8% | 0.49% | - |
| HSV(B) | 219.39º | 0.89% | 0.87% | - |
| XYZ | 17.63 | 13.36 | 71.46 | - |
| YUV | 87.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 223 | 0.89 | 0.58 | 0 | 0.13 | 219.39 | 0.8 | 0.49 |
| Hex | 19 | 5D | DF | 59 | 3A | 0 | D | DB | 50 | 31 |
| Octal | 31 | 135 | 337 | 131 | 72 | 0 | 15 | 333 | 120 | 61 |
| Binary | 11001 | 1011101 | 11011111 | 1011001 | 111010 | 0 | 1101 | 11011011 | 1010000 | 110001 |
Color Harmonies of #195DDF
Complementary color
Monochromatic Colors of #195DDF
Black with #195DDF
Text Example
Text Example
White with #195DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DDF; }
p { color: rgb(25,93,223); }
H1.HeaderClassName
{
color: #195DDF;
}
.AnyTagClassName
{
color: #195DDF;
}
</style>
background-color css
<style>
a { background-color: #195DDF; }
a { background-color: rgb(25,93,223); }
div.DivClassName
{
background-color: #195DDF;
}
.BgClassName
{
background-color: #195DDF;
}
</style>
border-color css
<style>
span { border-color: #195DDF; }
span { border-color: rgb(25,93,223); }
td.TdClassName
{
border-color: #195DDF;
}
.TagClassName
{
border-color: #195DDF;
}
</style>