Html Css Color HEX #134EF0 Navy Blue

📋 copy color: '#134EF0'

red 19 ◦ green 78 ◦ blue 240

#134EF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #134EF0

Tints of Navy Blue #134EF0

RGB

 RED value IS 19 (7.81% from 255) = 5.64%

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 5.64%
G = 23.15%
B = 71.22%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#134EF0 (or 0x134EF0) is known color: Navy Blue. HEX triplet: 13, 4E and F0. RGB value is (19,78,240). Sum of RGB (Red+Green+Blue) = 19+78+240=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #134EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EF0 is #ECB10F. Grayscale: #4E4E4E. Windows color (decimal): -15511824 or 15748627. OLE color: 15748627.

HSL color Cylindrical-coordinate representation of color #134EF0: hue angle of 223.98º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EF0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 78 240 -
CMYK 0.92 0.68 0 0.06
HSL 223.98º 0.88% 0.51% -
HSV(B) 223.98º 0.92% 0.94% -
XYZ 18.72 11.88 83.74 -
YUV 78.83 218.95 85.33 -
System Red Green Blue C M Y K H S L
Decimal 19 78 240 0.92 0.68 0 0.06 223.98 0.88 0.51
Hex 13 4E F0 5C 44 0 6 E0 58 33
Octal 23 116 360 134 104 0 6 340 130 63
Binary 10011 1001110 11110000 1011100 1000100 0 110 11100000 1011000 110011

Color Harmonies of #134EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EF0

Black with #134EF0

Text Example


Text Example

White with #134EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #134EF0;
 }
 .AnyTagClassName
 {
   color: #134EF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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