Shades of Navy Blue #125DDF
Tints of Navy Blue #125DDF
RGB
CMYK
RGB Variations
Color information
#125DDF (or 0x125DDF) is known color: Navy Blue. HEX triplet: 12, 5D and DF. RGB value is (18,93,223). Sum of RGB (Red+Green+Blue) = 18+93+223=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #125DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DDF is #EDA220. Grayscale: #545454. Windows color (decimal): -15573537 or 14638354. OLE color: 14638354.
HSL color Cylindrical-coordinate representation of color #125DDF: hue angle of 218.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125DDF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 93 | 223 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.13 |
| HSL | 218.05º | 0.85% | 0.47% | - |
| HSV(B) | 218.05º | 0.92% | 0.87% | - |
| XYZ | 17.48 | 13.29 | 71.45 | - |
| YUV | 85.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 223 | 0.92 | 0.58 | 0 | 0.13 | 218.05 | 0.85 | 0.47 |
| Hex | 12 | 5D | DF | 5C | 3A | 0 | D | DA | 55 | 2F |
| Octal | 22 | 135 | 337 | 134 | 72 | 0 | 15 | 332 | 125 | 57 |
| Binary | 10010 | 1011101 | 11011111 | 1011100 | 111010 | 0 | 1101 | 11011010 | 1010101 | 101111 |
Color Harmonies of #125DDF
Complementary color
Monochromatic Colors of #125DDF
Black with #125DDF
Text Example
Text Example
White with #125DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DDF; }
p { color: rgb(18,93,223); }
H1.HeaderClassName
{
color: #125DDF;
}
.AnyTagClassName
{
color: #125DDF;
}
</style>
background-color css
<style>
a { background-color: #125DDF; }
a { background-color: rgb(18,93,223); }
div.DivClassName
{
background-color: #125DDF;
}
.BgClassName
{
background-color: #125DDF;
}
</style>
border-color css
<style>
span { border-color: #125DDF; }
span { border-color: rgb(18,93,223); }
td.TdClassName
{
border-color: #125DDF;
}
.TagClassName
{
border-color: #125DDF;
}
</style>