#134EF4

Color #134EF4 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #134EF4

Tints of Navy Blue #134EF4

Color information

#134EF4 (or 0x134EF4) is unknown color: approx Navy Blue. HEX triplet: 13, 4E and F4. RGB value is (19,78,244). Sum of RGB (Red+Green+Blue) = 19+78+244=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #134EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EF4 is #ECB10B. Grayscale: #4E4E4E. Windows color (decimal): -15511820 or 16010771. OLE color: 16010771.

HSL color Cylindrical-coordinate representation of color #134EF4: hue angle of 224.27º 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 #134EF4 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1978244-
CMYK0.920.6800.04
HSL224.27º91.09%51.57%-
HSV(B)224.27º92.21%95.69%-
XYZ19.3212.1286.91-
YUV79.28220.9585-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.57%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 244 (95.70% from 255) = 71.55%
R=5.57%
G=22.87%
B=71.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19782440.920.6800.04224.2791.0951.57
Hex134EF45C4404e05b34
Octal231163641341040434013364
Binary10011100111011110100101110010001000100111000001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134EF4; }

 p { color: rgb(19,78,244); }

 H1.HeaderClassName
 {
   color: #134EF4;
 }
 .AnyTagClassName
 {
   color: #134EF4;
 }
</style>
background-color css

<style>
 a { background-color: #134EF4; }

 a { background-color: rgb(19,78,244); }

 div.DivClassName
 {
   background-color: #134EF4;
 }
 .BgClassName
 {
   background-color: #134EF4;
 }
</style>
border-color css

<style>
 span { border-color: #134EF4; }

 span { border-color: rgb(19,78,244); }

 td.TdClassName
 {
   border-color: #134EF4;
 }
 .TagClassName
 {
   border-color: #134EF4;
 }
</style>