Html Css Color HEX #134DF9 Navy Blue

📋 copy color: '#134DF9'

red 19 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #134DF9

Tints of Navy Blue #134DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

 BLUE value IS 249 (97.66% from 255) = 72.17%

R = 5.51%
G = 22.32%
B = 72.17%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#134DF9 (or 0x134DF9) is known color: Navy Blue. HEX triplet: 13, 4D and F9. RGB value is (19,77,249). Sum of RGB (Red+Green+Blue) = 19+77+249=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #134DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF9 is #ECB206. Grayscale: #4E4E4E. Windows color (decimal): -15512071 or 16338195. OLE color: 16338195.

HSL color Cylindrical-coordinate representation of color #134DF9: hue angle of 224.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134DF9 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 77 249 -
CMYK 0.92 0.69 0 0.02
HSL 224.87º 0.95% 0.53% -
HSV(B) 224.87º 0.92% 0.98% -
XYZ 20.02 12.29 90.94 -
YUV 79.27 223.78 85.01 -
System Red Green Blue C M Y K H S L
Decimal 19 77 249 0.92 0.69 0 0.02 224.87 0.95 0.53
Hex 13 4D F9 5C 45 0 2 E1 5F 35
Octal 23 115 371 134 105 0 2 341 137 65
Binary 10011 1001101 11111001 1011100 1000101 0 10 11100001 1011111 110101

Color Harmonies of #134DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DF9

Black with #134DF9

Text Example


Text Example

White with #134DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,249); }

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

background-color css

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

 a { background-color: rgb(19,77,249); }

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

border-color css

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

 span { border-color: rgb(19,77,249); }

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