Shades of Navy Blue #134EDF
Tints of Navy Blue #134EDF
RGB
CMYK
RGB Variations
Color information
#134EDF (or 0x134EDF) is known color: Navy Blue. HEX triplet: 13, 4E and DF. RGB value is (19,78,223). Sum of RGB (Red+Green+Blue) = 19+78+223=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #134EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EDF is #ECB120. Grayscale: #4C4C4C. Windows color (decimal): -15511841 or 14634515. OLE color: 14634515.
HSL color Cylindrical-coordinate representation of color #134EDF: hue angle of 222.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134EDF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 78 | 223 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.13 |
| HSL | 222.65º | 0.84% | 0.47% | - |
| HSV(B) | 222.65º | 0.91% | 0.87% | - |
| XYZ | 16.31 | 10.91 | 71.06 | - |
| YUV | 76.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 223 | 0.91 | 0.65 | 0 | 0.13 | 222.65 | 0.84 | 0.47 |
| Hex | 13 | 4E | DF | 5B | 41 | 0 | D | DF | 54 | 2F |
| Octal | 23 | 116 | 337 | 133 | 101 | 0 | 15 | 337 | 124 | 57 |
| Binary | 10011 | 1001110 | 11011111 | 1011011 | 1000001 | 0 | 1101 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134EDF
Complementary color
Monochromatic Colors of #134EDF
Black with #134EDF
Text Example
Text Example
White with #134EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EDF; }
p { color: rgb(19,78,223); }
H1.HeaderClassName
{
color: #134EDF;
}
.AnyTagClassName
{
color: #134EDF;
}
</style>
background-color css
<style>
a { background-color: #134EDF; }
a { background-color: rgb(19,78,223); }
div.DivClassName
{
background-color: #134EDF;
}
.BgClassName
{
background-color: #134EDF;
}
</style>
border-color css
<style>
span { border-color: #134EDF; }
span { border-color: rgb(19,78,223); }
td.TdClassName
{
border-color: #134EDF;
}
.TagClassName
{
border-color: #134EDF;
}
</style>