Shades of Navy Blue #124FE8
Tints of Navy Blue #124FE8
RGB
CMYK
RGB Variations
Color information
#124FE8 (or 0x124FE8) is known color: Navy Blue. HEX triplet: 12, 4F and E8. RGB value is (18,79,232). Sum of RGB (Red+Green+Blue) = 18+79+232=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #124FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FE8 is #EDB017. Grayscale: #4D4D4D. Windows color (decimal): -15577112 or 15224594. OLE color: 15224594.
HSL color Cylindrical-coordinate representation of color #124FE8: hue angle of 222.9º 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 #124FE8 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 79 | 232 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.09 |
| HSL | 222.9º | 0.86% | 0.49% | - |
| HSV(B) | 222.9º | 0.92% | 0.91% | - |
| XYZ | 17.61 | 11.55 | 77.64 | - |
| YUV | 78.2 | 214.79 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 232 | 0.92 | 0.66 | 0 | 0.09 | 222.9 | 0.86 | 0.49 |
| Hex | 12 | 4F | E8 | 5C | 42 | 0 | 9 | DF | 56 | 31 |
| Octal | 22 | 117 | 350 | 134 | 102 | 0 | 11 | 337 | 126 | 61 |
| Binary | 10010 | 1001111 | 11101000 | 1011100 | 1000010 | 0 | 1001 | 11011111 | 1010110 | 110001 |
Color Harmonies of #124FE8
Complementary color
Monochromatic Colors of #124FE8
Black with #124FE8
Text Example
Text Example
White with #124FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FE8; }
p { color: rgb(18,79,232); }
H1.HeaderClassName
{
color: #124FE8;
}
.AnyTagClassName
{
color: #124FE8;
}
</style>
background-color css
<style>
a { background-color: #124FE8; }
a { background-color: rgb(18,79,232); }
div.DivClassName
{
background-color: #124FE8;
}
.BgClassName
{
background-color: #124FE8;
}
</style>
border-color css
<style>
span { border-color: #124FE8; }
span { border-color: rgb(18,79,232); }
td.TdClassName
{
border-color: #124FE8;
}
.TagClassName
{
border-color: #124FE8;
}
</style>