Shades of Navy Blue #1265E8
Tints of Navy Blue #1265E8
RGB
CMYK
RGB Variations
Color information
#1265E8 (or 0x1265E8) is known color: Navy Blue. HEX triplet: 12, 65 and E8. RGB value is (18,101,232). Sum of RGB (Red+Green+Blue) = 18+101+232=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #1265E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265E8 is #ED9A17. Grayscale: #5A5A5A. Windows color (decimal): -15571480 or 15230226. OLE color: 15230226.
HSL color Cylindrical-coordinate representation of color #1265E8: hue angle of 216.73º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1265E8 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 101 | 232 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.09 |
| HSL | 216.73º | 0.86% | 0.49% | - |
| HSV(B) | 216.73º | 0.92% | 0.91% | - |
| XYZ | 19.47 | 15.26 | 78.26 | - |
| YUV | 91.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 232 | 0.92 | 0.56 | 0 | 0.09 | 216.73 | 0.86 | 0.49 |
| Hex | 12 | 65 | E8 | 5C | 38 | 0 | 9 | D9 | 56 | 31 |
| Octal | 22 | 145 | 350 | 134 | 70 | 0 | 11 | 331 | 126 | 61 |
| Binary | 10010 | 1100101 | 11101000 | 1011100 | 111000 | 0 | 1001 | 11011001 | 1010110 | 110001 |
Color Harmonies of #1265E8
Complementary color
Monochromatic Colors of #1265E8
Black with #1265E8
Text Example
Text Example
White with #1265E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265E8; }
p { color: rgb(18,101,232); }
H1.HeaderClassName
{
color: #1265E8;
}
.AnyTagClassName
{
color: #1265E8;
}
</style>
background-color css
<style>
a { background-color: #1265E8; }
a { background-color: rgb(18,101,232); }
div.DivClassName
{
background-color: #1265E8;
}
.BgClassName
{
background-color: #1265E8;
}
</style>
border-color css
<style>
span { border-color: #1265E8; }
span { border-color: rgb(18,101,232); }
td.TdClassName
{
border-color: #1265E8;
}
.TagClassName
{
border-color: #1265E8;
}
</style>