Shades of Navy Blue #125ADF
Tints of Navy Blue #125ADF
RGB
CMYK
RGB Variations
Color information
#125ADF (or 0x125ADF) is known color: Navy Blue. HEX triplet: 12, 5A and DF. RGB value is (18,90,223). Sum of RGB (Red+Green+Blue) = 18+90+223=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #125ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ADF is #EDA520. Grayscale: #535353. Windows color (decimal): -15574305 or 14637586. OLE color: 14637586.
HSL color Cylindrical-coordinate representation of color #125ADF: hue angle of 218.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125ADF is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 90 | 223 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.13 |
| HSL | 218.93º | 0.85% | 0.47% | - |
| HSV(B) | 218.93º | 0.92% | 0.87% | - |
| XYZ | 17.22 | 12.77 | 71.37 | - |
| YUV | 83.63 | 206.65 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 223 | 0.92 | 0.60 | 0 | 0.13 | 218.93 | 0.85 | 0.47 |
| Hex | 12 | 5A | DF | 5C | 3C | 0 | D | DB | 55 | 2F |
| Octal | 22 | 132 | 337 | 134 | 74 | 0 | 15 | 333 | 125 | 57 |
| Binary | 10010 | 1011010 | 11011111 | 1011100 | 111100 | 0 | 1101 | 11011011 | 1010101 | 101111 |
Color Harmonies of #125ADF
Complementary color
Monochromatic Colors of #125ADF
Black with #125ADF
Text Example
Text Example
White with #125ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ADF; }
p { color: rgb(18,90,223); }
H1.HeaderClassName
{
color: #125ADF;
}
.AnyTagClassName
{
color: #125ADF;
}
</style>
background-color css
<style>
a { background-color: #125ADF; }
a { background-color: rgb(18,90,223); }
div.DivClassName
{
background-color: #125ADF;
}
.BgClassName
{
background-color: #125ADF;
}
</style>
border-color css
<style>
span { border-color: #125ADF; }
span { border-color: rgb(18,90,223); }
td.TdClassName
{
border-color: #125ADF;
}
.TagClassName
{
border-color: #125ADF;
}
</style>