Shades of Navy Blue #125CF2
Tints of Navy Blue #125CF2
RGB
CMYK
RGB Variations
Color information
#125CF2 (or 0x125CF2) is known color: Navy Blue. HEX triplet: 12, 5C and F2. RGB value is (18,92,242). Sum of RGB (Red+Green+Blue) = 18+92+242=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #125CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CF2 is #EDA30D. Grayscale: #565656. Windows color (decimal): -15573774 or 15883282. OLE color: 15883282.
HSL color Cylindrical-coordinate representation of color #125CF2: hue angle of 220.18º 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 #125CF2 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 92 | 242 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 220.18º | 0.9% | 0.51% | - |
| HSV(B) | 220.18º | 0.93% | 0.95% | - |
| XYZ | 20.1 | 14.19 | 85.68 | - |
| YUV | 86.97 | 215.48 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 242 | 0.93 | 0.62 | 0 | 0.05 | 220.18 | 0.9 | 0.51 |
| Hex | 12 | 5C | F2 | 5D | 3E | 0 | 5 | DC | 5A | 33 |
| Octal | 22 | 134 | 362 | 135 | 76 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10010 | 1011100 | 11110010 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #125CF2
Complementary color
Monochromatic Colors of #125CF2
Black with #125CF2
Text Example
Text Example
White with #125CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CF2; }
p { color: rgb(18,92,242); }
H1.HeaderClassName
{
color: #125CF2;
}
.AnyTagClassName
{
color: #125CF2;
}
</style>
background-color css
<style>
a { background-color: #125CF2; }
a { background-color: rgb(18,92,242); }
div.DivClassName
{
background-color: #125CF2;
}
.BgClassName
{
background-color: #125CF2;
}
</style>
border-color css
<style>
span { border-color: #125CF2; }
span { border-color: rgb(18,92,242); }
td.TdClassName
{
border-color: #125CF2;
}
.TagClassName
{
border-color: #125CF2;
}
</style>