Shades of Navy Blue #125DF5
Tints of Navy Blue #125DF5
RGB
CMYK
RGB Variations
Color information
#125DF5 (or 0x125DF5) is known color: Navy Blue. HEX triplet: 12, 5D and F5. RGB value is (18,93,245). Sum of RGB (Red+Green+Blue) = 18+93+245=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #125DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DF5 is #EDA20A. Grayscale: #575757. Windows color (decimal): -15573515 or 16080146. OLE color: 16080146.
HSL color Cylindrical-coordinate representation of color #125DF5: hue angle of 220.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DF5 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 93 | 245 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.04 |
| HSL | 220.18º | 0.92% | 0.52% | - |
| HSV(B) | 220.18º | 0.93% | 0.96% | - |
| XYZ | 20.65 | 14.55 | 88.11 | - |
| YUV | 87.9 | 216.65 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 245 | 0.93 | 0.62 | 0 | 0.04 | 220.18 | 0.92 | 0.52 |
| Hex | 12 | 5D | F5 | 5D | 3E | 0 | 4 | DC | 5C | 34 |
| Octal | 22 | 135 | 365 | 135 | 76 | 0 | 4 | 334 | 134 | 64 |
| Binary | 10010 | 1011101 | 11110101 | 1011101 | 111110 | 0 | 100 | 11011100 | 1011100 | 110100 |
Color Harmonies of #125DF5
Complementary color
Monochromatic Colors of #125DF5
Black with #125DF5
Text Example
Text Example
White with #125DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DF5; }
p { color: rgb(18,93,245); }
H1.HeaderClassName
{
color: #125DF5;
}
.AnyTagClassName
{
color: #125DF5;
}
</style>
background-color css
<style>
a { background-color: #125DF5; }
a { background-color: rgb(18,93,245); }
div.DivClassName
{
background-color: #125DF5;
}
.BgClassName
{
background-color: #125DF5;
}
</style>
border-color css
<style>
span { border-color: #125DF5; }
span { border-color: rgb(18,93,245); }
td.TdClassName
{
border-color: #125DF5;
}
.TagClassName
{
border-color: #125DF5;
}
</style>