Shades of Navy Blue #125CF1
Tints of Navy Blue #125CF1
RGB
CMYK
RGB Variations
Color information
#125CF1 (or 0x125CF1) is known color: Navy Blue. HEX triplet: 12, 5C and F1. RGB value is (18,92,241). Sum of RGB (Red+Green+Blue) = 18+92+241=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #125CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CF1 is #EDA30E. Grayscale: #565656. Windows color (decimal): -15573775 or 15817746. OLE color: 15817746.
HSL color Cylindrical-coordinate representation of color #125CF1: hue angle of 220.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125CF1 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 92 | 241 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 220.09º | 0.89% | 0.51% | - |
| HSV(B) | 220.09º | 0.93% | 0.95% | - |
| XYZ | 19.95 | 14.13 | 84.9 | - |
| YUV | 86.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 241 | 0.93 | 0.62 | 0 | 0.05 | 220.09 | 0.89 | 0.51 |
| Hex | 12 | 5C | F1 | 5D | 3E | 0 | 5 | DC | 59 | 33 |
| Octal | 22 | 134 | 361 | 135 | 76 | 0 | 5 | 334 | 131 | 63 |
| Binary | 10010 | 1011100 | 11110001 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011001 | 110011 |
Color Harmonies of #125CF1
Complementary color
Monochromatic Colors of #125CF1
Black with #125CF1
Text Example
Text Example
White with #125CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CF1; }
p { color: rgb(18,92,241); }
H1.HeaderClassName
{
color: #125CF1;
}
.AnyTagClassName
{
color: #125CF1;
}
</style>
background-color css
<style>
a { background-color: #125CF1; }
a { background-color: rgb(18,92,241); }
div.DivClassName
{
background-color: #125CF1;
}
.BgClassName
{
background-color: #125CF1;
}
</style>
border-color css
<style>
span { border-color: #125CF1; }
span { border-color: rgb(18,92,241); }
td.TdClassName
{
border-color: #125CF1;
}
.TagClassName
{
border-color: #125CF1;
}
</style>