Shades of Navy Blue #125BDD
Tints of Navy Blue #125BDD
RGB
CMYK
RGB Variations
Color information
#125BDD (or 0x125BDD) is known color: Navy Blue. HEX triplet: 12, 5B and DD. RGB value is (18,91,221). Sum of RGB (Red+Green+Blue) = 18+91+221=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #125BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BDD is #EDA422. Grayscale: #535353. Windows color (decimal): -15574051 or 14506770. OLE color: 14506770.
HSL color Cylindrical-coordinate representation of color #125BDD: hue angle of 218.42º 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 #125BDD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 91 | 221 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.13 |
| HSL | 218.42º | 0.85% | 0.47% | - |
| HSV(B) | 218.42º | 0.92% | 0.87% | - |
| XYZ | 17.04 | 12.83 | 69.99 | - |
| YUV | 83.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 221 | 0.92 | 0.59 | 0 | 0.13 | 218.42 | 0.85 | 0.47 |
| Hex | 12 | 5B | DD | 5C | 3B | 0 | D | DA | 55 | 2F |
| Octal | 22 | 133 | 335 | 134 | 73 | 0 | 15 | 332 | 125 | 57 |
| Binary | 10010 | 1011011 | 11011101 | 1011100 | 111011 | 0 | 1101 | 11011010 | 1010101 | 101111 |
Color Harmonies of #125BDD
Complementary color
Monochromatic Colors of #125BDD
Black with #125BDD
Text Example
Text Example
White with #125BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BDD; }
p { color: rgb(18,91,221); }
H1.HeaderClassName
{
color: #125BDD;
}
.AnyTagClassName
{
color: #125BDD;
}
</style>
background-color css
<style>
a { background-color: #125BDD; }
a { background-color: rgb(18,91,221); }
div.DivClassName
{
background-color: #125BDD;
}
.BgClassName
{
background-color: #125BDD;
}
</style>
border-color css
<style>
span { border-color: #125BDD; }
span { border-color: rgb(18,91,221); }
td.TdClassName
{
border-color: #125BDD;
}
.TagClassName
{
border-color: #125BDD;
}
</style>