Shades of Navy Blue #125DE4
Tints of Navy Blue #125DE4
RGB
CMYK
RGB Variations
Color information
#125DE4 (or 0x125DE4) is known color: Navy Blue. HEX triplet: 12, 5D and E4. RGB value is (18,93,228). Sum of RGB (Red+Green+Blue) = 18+93+228=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #125DE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DE4 is #EDA21B. Grayscale: #555555. Windows color (decimal): -15573532 or 14966034. OLE color: 14966034.
HSL color Cylindrical-coordinate representation of color #125DE4: hue angle of 218.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125DE4 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 93 | 228 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.11 |
| HSL | 218.57º | 0.85% | 0.48% | - |
| HSV(B) | 218.57º | 0.92% | 0.89% | - |
| XYZ | 18.17 | 13.56 | 75.06 | - |
| YUV | 85.97 | 208.15 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 228 | 0.92 | 0.59 | 0 | 0.11 | 218.57 | 0.85 | 0.48 |
| Hex | 12 | 5D | E4 | 5C | 3B | 0 | B | DB | 55 | 30 |
| Octal | 22 | 135 | 344 | 134 | 73 | 0 | 13 | 333 | 125 | 60 |
| Binary | 10010 | 1011101 | 11100100 | 1011100 | 111011 | 0 | 1011 | 11011011 | 1010101 | 110000 |
Color Harmonies of #125DE4
Complementary color
Monochromatic Colors of #125DE4
Black with #125DE4
Text Example
Text Example
White with #125DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DE4; }
p { color: rgb(18,93,228); }
H1.HeaderClassName
{
color: #125DE4;
}
.AnyTagClassName
{
color: #125DE4;
}
</style>
background-color css
<style>
a { background-color: #125DE4; }
a { background-color: rgb(18,93,228); }
div.DivClassName
{
background-color: #125DE4;
}
.BgClassName
{
background-color: #125DE4;
}
</style>
border-color css
<style>
span { border-color: #125DE4; }
span { border-color: rgb(18,93,228); }
td.TdClassName
{
border-color: #125DE4;
}
.TagClassName
{
border-color: #125DE4;
}
</style>