Shades of Navy Blue #125BFE
Tints of Navy Blue #125BFE
RGB
CMYK
RGB Variations
Color information
#125BFE (or 0x125BFE) is known color: Navy Blue. HEX triplet: 12, 5B and FE. RGB value is (18,91,254). Sum of RGB (Red+Green+Blue) = 18+91+254=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #125BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125BFE is #EDA401. Grayscale: #575757. Windows color (decimal): -15574018 or 16669458. OLE color: 16669458.
HSL color Cylindrical-coordinate representation of color #125BFE: hue angle of 221.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125BFE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 91 | 254 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.00 |
| HSL | 221.44º | 0.99% | 0.53% | - |
| HSV(B) | 221.44º | 0.93% | 1% | - |
| XYZ | 21.88 | 14.77 | 95.46 | - |
| YUV | 87.76 | 221.82 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 254 | 0.93 | 0.64 | 0 | 0.00 | 221.44 | 0.99 | 0.53 |
| Hex | 12 | 5B | FE | 5D | 40 | 0 | 0 | DD | 63 | 35 |
| Octal | 22 | 133 | 376 | 135 | 100 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10010 | 1011011 | 11111110 | 1011101 | 1000000 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #125BFE
Complementary color
Monochromatic Colors of #125BFE
Black with #125BFE
Text Example
Text Example
White with #125BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BFE; }
p { color: rgb(18,91,254); }
H1.HeaderClassName
{
color: #125BFE;
}
.AnyTagClassName
{
color: #125BFE;
}
</style>
background-color css
<style>
a { background-color: #125BFE; }
a { background-color: rgb(18,91,254); }
div.DivClassName
{
background-color: #125BFE;
}
.BgClassName
{
background-color: #125BFE;
}
</style>
border-color css
<style>
span { border-color: #125BFE; }
span { border-color: rgb(18,91,254); }
td.TdClassName
{
border-color: #125BFE;
}
.TagClassName
{
border-color: #125BFE;
}
</style>