Shades of Navy Blue #1258E8
Tints of Navy Blue #1258E8
RGB
CMYK
RGB Variations
Color information
#1258E8 (or 0x1258E8) is known color: Navy Blue. HEX triplet: 12, 58 and E8. RGB value is (18,88,232). Sum of RGB (Red+Green+Blue) = 18+88+232=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 232 (91.02% from 255 or 68.64% from 338); Max value from RGB is 232 - color contains mainly: blue. Hex color #1258E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1258E8 is #EDA717. Grayscale: #525252. Windows color (decimal): -15574808 or 15226898. OLE color: 15226898.
HSL color Cylindrical-coordinate representation of color #1258E8: hue angle of 220.37º 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 #1258E8 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 88 | 232 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.09 |
| HSL | 220.37º | 0.86% | 0.49% | - |
| HSV(B) | 220.37º | 0.92% | 0.91% | - |
| XYZ | 18.3 | 12.93 | 77.88 | - |
| YUV | 83.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 232 | 0.92 | 0.62 | 0 | 0.09 | 220.37 | 0.86 | 0.49 |
| Hex | 12 | 58 | E8 | 5C | 3E | 0 | 9 | DC | 56 | 31 |
| Octal | 22 | 130 | 350 | 134 | 76 | 0 | 11 | 334 | 126 | 61 |
| Binary | 10010 | 1011000 | 11101000 | 1011100 | 111110 | 0 | 1001 | 11011100 | 1010110 | 110001 |
Color Harmonies of #1258E8
Complementary color
Monochromatic Colors of #1258E8
Black with #1258E8
Text Example
Text Example
White with #1258E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1258E8; }
p { color: rgb(18,88,232); }
H1.HeaderClassName
{
color: #1258E8;
}
.AnyTagClassName
{
color: #1258E8;
}
</style>
background-color css
<style>
a { background-color: #1258E8; }
a { background-color: rgb(18,88,232); }
div.DivClassName
{
background-color: #1258E8;
}
.BgClassName
{
background-color: #1258E8;
}
</style>
border-color css
<style>
span { border-color: #1258E8; }
span { border-color: rgb(18,88,232); }
td.TdClassName
{
border-color: #1258E8;
}
.TagClassName
{
border-color: #1258E8;
}
</style>