Shades of Navy Blue #1250DC
Tints of Navy Blue #1250DC
RGB
CMYK
RGB Variations
Color information
#1250DC (or 0x1250DC) is known color: Navy Blue. HEX triplet: 12, 50 and DC. RGB value is (18,80,220). Sum of RGB (Red+Green+Blue) = 18+80+220=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #1250DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250DC is #EDAF23. Grayscale: #4C4C4C. Windows color (decimal): -15576868 or 14438418. OLE color: 14438418.
HSL color Cylindrical-coordinate representation of color #1250DC: hue angle of 221.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1250DC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 80 | 220 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.14 |
| HSL | 221.58º | 0.85% | 0.47% | - |
| HSV(B) | 221.58º | 0.92% | 0.86% | - |
| XYZ | 16.04 | 11.03 | 68.99 | - |
| YUV | 77.42 | 208.46 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 220 | 0.92 | 0.64 | 0 | 0.14 | 221.58 | 0.85 | 0.47 |
| Hex | 12 | 50 | DC | 5C | 40 | 0 | E | DE | 55 | 2F |
| Octal | 22 | 120 | 334 | 134 | 100 | 0 | 16 | 336 | 125 | 57 |
| Binary | 10010 | 1010000 | 11011100 | 1011100 | 1000000 | 0 | 1110 | 11011110 | 1010101 | 101111 |
Color Harmonies of #1250DC
Complementary color
Monochromatic Colors of #1250DC
Black with #1250DC
Text Example
Text Example
White with #1250DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250DC; }
p { color: rgb(18,80,220); }
H1.HeaderClassName
{
color: #1250DC;
}
.AnyTagClassName
{
color: #1250DC;
}
</style>
background-color css
<style>
a { background-color: #1250DC; }
a { background-color: rgb(18,80,220); }
div.DivClassName
{
background-color: #1250DC;
}
.BgClassName
{
background-color: #1250DC;
}
</style>
border-color css
<style>
span { border-color: #1250DC; }
span { border-color: rgb(18,80,220); }
td.TdClassName
{
border-color: #1250DC;
}
.TagClassName
{
border-color: #1250DC;
}
</style>