Html Css Color HEX #134EF3 Navy Blue

📋 copy color: '#134EF3'

red 19 ◦ green 78 ◦ blue 243

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

Shades of Navy Blue #134EF3

Tints of Navy Blue #134EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.47%

R = 5.59%
G = 22.94%
B = 71.47%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#134EF3 (or 0x134EF3) is known color: Navy Blue. HEX triplet: 13, 4E and F3. RGB value is (19,78,243). Sum of RGB (Red+Green+Blue) = 19+78+243=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #134EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EF3 is #ECB10C. Grayscale: #4E4E4E. Windows color (decimal): -15511821 or 15945235. OLE color: 15945235.

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

Color convert

RGB 19 78 243 -
CMYK 0.92 0.68 0 0.05
HSL 224.2º 0.9% 0.51% -
HSV(B) 224.2º 0.92% 0.95% -
XYZ 19.17 12.06 86.11 -
YUV 79.17 220.45 85.08 -
System Red Green Blue C M Y K H S L
Decimal 19 78 243 0.92 0.68 0 0.05 224.2 0.9 0.51
Hex 13 4E F3 5C 44 0 5 E0 5A 33
Octal 23 116 363 134 104 0 5 340 132 63
Binary 10011 1001110 11110011 1011100 1000100 0 101 11100000 1011010 110011

Color Harmonies of #134EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EF3

Black with #134EF3

Text Example


Text Example

White with #134EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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