Shades of Navy Blue #125EF2
Tints of Navy Blue #125EF2
RGB
CMYK
RGB Variations
Color information
#125EF2 (or 0x125EF2) is known color: Navy Blue. HEX triplet: 12, 5E and F2. RGB value is (18,94,242). Sum of RGB (Red+Green+Blue) = 18+94+242=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #125EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125EF2 is #EDA10D. Grayscale: #575757. Windows color (decimal): -15573262 or 15883794. OLE color: 15883794.
HSL color Cylindrical-coordinate representation of color #125EF2: hue angle of 219.64º degrees, saturation: 0.9, 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 #125EF2 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 94 | 242 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.05 |
| HSL | 219.64º | 0.9% | 0.51% | - |
| HSV(B) | 219.64º | 0.93% | 0.95% | - |
| XYZ | 20.28 | 14.54 | 85.74 | - |
| YUV | 88.15 | 214.82 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 242 | 0.93 | 0.61 | 0 | 0.05 | 219.64 | 0.9 | 0.51 |
| Hex | 12 | 5E | F2 | 5D | 3D | 0 | 5 | DC | 5A | 33 |
| Octal | 22 | 136 | 362 | 135 | 75 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10010 | 1011110 | 11110010 | 1011101 | 111101 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #125EF2
Complementary color
Monochromatic Colors of #125EF2
Black with #125EF2
Text Example
Text Example
White with #125EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EF2; }
p { color: rgb(18,94,242); }
H1.HeaderClassName
{
color: #125EF2;
}
.AnyTagClassName
{
color: #125EF2;
}
</style>
background-color css
<style>
a { background-color: #125EF2; }
a { background-color: rgb(18,94,242); }
div.DivClassName
{
background-color: #125EF2;
}
.BgClassName
{
background-color: #125EF2;
}
</style>
border-color css
<style>
span { border-color: #125EF2; }
span { border-color: rgb(18,94,242); }
td.TdClassName
{
border-color: #125EF2;
}
.TagClassName
{
border-color: #125EF2;
}
</style>