Shades of Navy Blue #125EDF
Tints of Navy Blue #125EDF
RGB
CMYK
RGB Variations
Color information
#125EDF (or 0x125EDF) is known color: Navy Blue. HEX triplet: 12, 5E and DF. RGB value is (18,94,223). Sum of RGB (Red+Green+Blue) = 18+94+223=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #125EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EDF is #EDA120. Grayscale: #555555. Windows color (decimal): -15573281 or 14638610. OLE color: 14638610.
HSL color Cylindrical-coordinate representation of color #125EDF: hue angle of 217.76º 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 #125EDF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 94 | 223 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.13 |
| HSL | 217.76º | 0.85% | 0.47% | - |
| HSV(B) | 217.76º | 0.92% | 0.87% | - |
| XYZ | 17.57 | 13.46 | 71.48 | - |
| YUV | 85.98 | 205.32 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 223 | 0.92 | 0.58 | 0 | 0.13 | 217.76 | 0.85 | 0.47 |
| Hex | 12 | 5E | DF | 5C | 3A | 0 | D | DA | 55 | 2F |
| Octal | 22 | 136 | 337 | 134 | 72 | 0 | 15 | 332 | 125 | 57 |
| Binary | 10010 | 1011110 | 11011111 | 1011100 | 111010 | 0 | 1101 | 11011010 | 1010101 | 101111 |
Color Harmonies of #125EDF
Complementary color
Monochromatic Colors of #125EDF
Black with #125EDF
Text Example
Text Example
White with #125EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EDF; }
p { color: rgb(18,94,223); }
H1.HeaderClassName
{
color: #125EDF;
}
.AnyTagClassName
{
color: #125EDF;
}
</style>
background-color css
<style>
a { background-color: #125EDF; }
a { background-color: rgb(18,94,223); }
div.DivClassName
{
background-color: #125EDF;
}
.BgClassName
{
background-color: #125EDF;
}
</style>
border-color css
<style>
span { border-color: #125EDF; }
span { border-color: rgb(18,94,223); }
td.TdClassName
{
border-color: #125EDF;
}
.TagClassName
{
border-color: #125EDF;
}
</style>