Shades of Navy Blue #134AF4
Tints of Navy Blue #134AF4
RGB
CMYK
RGB Variations
Color information
#134AF4 (or 0x134AF4) is known color: Navy Blue. HEX triplet: 13, 4A and F4. RGB value is (19,74,244). Sum of RGB (Red+Green+Blue) = 19+74+244=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 244 (95.70% from 255 or 72.40% from 337); Max value from RGB is 244 - color contains mainly: blue. Hex color #134AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AF4 is #ECB50B. Grayscale: #4C4C4C. Windows color (decimal): -15512844 or 16009747. OLE color: 16009747.
HSL color Cylindrical-coordinate representation of color #134AF4: hue angle of 225.33º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134AF4 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 74 | 244 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.04 |
| HSL | 225.33º | 0.91% | 0.52% | - |
| HSV(B) | 225.33º | 0.92% | 0.96% | - |
| XYZ | 19.05 | 11.57 | 86.82 | - |
| YUV | 76.94 | 222.28 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 244 | 0.92 | 0.70 | 0 | 0.04 | 225.33 | 0.91 | 0.52 |
| Hex | 13 | 4A | F4 | 5C | 46 | 0 | 4 | E1 | 5B | 34 |
| Octal | 23 | 112 | 364 | 134 | 106 | 0 | 4 | 341 | 133 | 64 |
| Binary | 10011 | 1001010 | 11110100 | 1011100 | 1000110 | 0 | 100 | 11100001 | 1011011 | 110100 |
Color Harmonies of #134AF4
Complementary color
Monochromatic Colors of #134AF4
Black with #134AF4
Text Example
Text Example
White with #134AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AF4; }
p { color: rgb(19,74,244); }
H1.HeaderClassName
{
color: #134AF4;
}
.AnyTagClassName
{
color: #134AF4;
}
</style>
background-color css
<style>
a { background-color: #134AF4; }
a { background-color: rgb(19,74,244); }
div.DivClassName
{
background-color: #134AF4;
}
.BgClassName
{
background-color: #134AF4;
}
</style>
border-color css
<style>
span { border-color: #134AF4; }
span { border-color: rgb(19,74,244); }
td.TdClassName
{
border-color: #134AF4;
}
.TagClassName
{
border-color: #134AF4;
}
</style>