Shades of Navy Blue #134CF3
Tints of Navy Blue #134CF3
RGB
CMYK
RGB Variations
Color information
#134CF3 (or 0x134CF3) is known color: Navy Blue. HEX triplet: 13, 4C and F3. RGB value is (19,76,243). Sum of RGB (Red+Green+Blue) = 19+76+243=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #134CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CF3 is #ECB30C. Grayscale: #4D4D4D. Windows color (decimal): -15512333 or 15944723. OLE color: 15944723.
HSL color Cylindrical-coordinate representation of color #134CF3: hue angle of 224.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CF3 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 76 | 243 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.05 |
| HSL | 224.73º | 0.9% | 0.51% | - |
| HSV(B) | 224.73º | 0.92% | 0.95% | - |
| XYZ | 19.03 | 11.78 | 86.06 | - |
| YUV | 78 | 221.12 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 243 | 0.92 | 0.69 | 0 | 0.05 | 224.73 | 0.9 | 0.51 |
| Hex | 13 | 4C | F3 | 5C | 45 | 0 | 5 | E1 | 5A | 33 |
| Octal | 23 | 114 | 363 | 134 | 105 | 0 | 5 | 341 | 132 | 63 |
| Binary | 10011 | 1001100 | 11110011 | 1011100 | 1000101 | 0 | 101 | 11100001 | 1011010 | 110011 |
Color Harmonies of #134CF3
Complementary color
Monochromatic Colors of #134CF3
Black with #134CF3
Text Example
Text Example
White with #134CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CF3; }
p { color: rgb(19,76,243); }
H1.HeaderClassName
{
color: #134CF3;
}
.AnyTagClassName
{
color: #134CF3;
}
</style>
background-color css
<style>
a { background-color: #134CF3; }
a { background-color: rgb(19,76,243); }
div.DivClassName
{
background-color: #134CF3;
}
.BgClassName
{
background-color: #134CF3;
}
</style>
border-color css
<style>
span { border-color: #134CF3; }
span { border-color: rgb(19,76,243); }
td.TdClassName
{
border-color: #134CF3;
}
.TagClassName
{
border-color: #134CF3;
}
</style>