Shades of Navy Blue #1265DA
Tints of Navy Blue #1265DA
RGB
CMYK
RGB Variations
Color information
#1265DA (or 0x1265DA) is known color: Navy Blue. HEX triplet: 12, 65 and DA. RGB value is (18,101,218). Sum of RGB (Red+Green+Blue) = 18+101+218=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #1265DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265DA is #ED9A25. Grayscale: #585858. Windows color (decimal): -15571494 or 14312722. OLE color: 14312722.
HSL color Cylindrical-coordinate representation of color #1265DA: hue angle of 215.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1265DA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 101 | 218 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.15 |
| HSL | 215.1º | 0.85% | 0.46% | - |
| HSV(B) | 215.1º | 0.92% | 0.85% | - |
| XYZ | 17.56 | 14.5 | 68.2 | - |
| YUV | 89.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 218 | 0.92 | 0.54 | 0 | 0.15 | 215.1 | 0.85 | 0.46 |
| Hex | 12 | 65 | DA | 5C | 36 | 0 | F | D7 | 55 | 2E |
| Octal | 22 | 145 | 332 | 134 | 66 | 0 | 17 | 327 | 125 | 56 |
| Binary | 10010 | 1100101 | 11011010 | 1011100 | 110110 | 0 | 1111 | 11010111 | 1010101 | 101110 |
Color Harmonies of #1265DA
Complementary color
Monochromatic Colors of #1265DA
Black with #1265DA
Text Example
Text Example
White with #1265DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265DA; }
p { color: rgb(18,101,218); }
H1.HeaderClassName
{
color: #1265DA;
}
.AnyTagClassName
{
color: #1265DA;
}
</style>
background-color css
<style>
a { background-color: #1265DA; }
a { background-color: rgb(18,101,218); }
div.DivClassName
{
background-color: #1265DA;
}
.BgClassName
{
background-color: #1265DA;
}
</style>
border-color css
<style>
span { border-color: #1265DA; }
span { border-color: rgb(18,101,218); }
td.TdClassName
{
border-color: #1265DA;
}
.TagClassName
{
border-color: #1265DA;
}
</style>