Html Css Color HEX #134FE5 Navy Blue

📋 copy color: '#134FE5'

red 19 ◦ green 79 ◦ blue 229

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

Shades of Navy Blue #134FE5

Tints of Navy Blue #134FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 5.81%
G = 24.16%
B = 70.03%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#134FE5 (or 0x134FE5) is known color: Navy Blue. HEX triplet: 13, 4F and E5. RGB value is (19,79,229). Sum of RGB (Red+Green+Blue) = 19+79+229=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #134FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FE5 is #ECB01A. Grayscale: #4D4D4D. Windows color (decimal): -15511579 or 15027987. OLE color: 15027987.

HSL color Cylindrical-coordinate representation of color #134FE5: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134FE5 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 79 229 -
CMYK 0.92 0.66 0 0.10
HSL 222.86º 0.85% 0.49% -
HSV(B) 222.86º 0.92% 0.9% -
XYZ 17.21 11.39 75.42 -
YUV 78.16 213.12 85.8 -
System Red Green Blue C M Y K H S L
Decimal 19 79 229 0.92 0.66 0 0.10 222.86 0.85 0.49
Hex 13 4F E5 5C 42 0 A DF 55 31
Octal 23 117 345 134 102 0 12 337 125 61
Binary 10011 1001111 11100101 1011100 1000010 0 1010 11011111 1010101 110001

Color Harmonies of #134FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FE5

Black with #134FE5

Text Example


Text Example

White with #134FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,229); }

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

background-color css

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

 a { background-color: rgb(19,79,229); }

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

border-color css

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

 span { border-color: rgb(19,79,229); }

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