Html Css Color HEX #134DF3 Navy Blue

📋 copy color: '#134DF3'

red 19 ◦ green 77 ◦ blue 243

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

Shades of Navy Blue #134DF3

Tints of Navy Blue #134DF3

RGB

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

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

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

R = 5.6%
G = 22.71%
B = 71.68%

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

#134DF3 (or 0x134DF3) is known color: Navy Blue. HEX triplet: 13, 4D and F3. RGB value is (19,77,243). Sum of RGB (Red+Green+Blue) = 19+77+243=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #134DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF3 is #ECB20C. Grayscale: #4D4D4D. Windows color (decimal): -15512077 or 15944979. OLE color: 15944979.

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

Color convert

RGB 19 77 243 -
CMYK 0.92 0.68 0 0.05
HSL 224.46º 0.9% 0.51% -
HSV(B) 224.46º 0.92% 0.95% -
XYZ 19.1 11.92 86.09 -
YUV 78.58 220.78 85.5 -
System Red Green Blue C M Y K H S L
Decimal 19 77 243 0.92 0.68 0 0.05 224.46 0.9 0.51
Hex 13 4D F3 5C 44 0 5 E0 5A 33
Octal 23 115 363 134 104 0 5 340 132 63
Binary 10011 1001101 11110011 1011100 1000100 0 101 11100000 1011010 110011

Color Harmonies of #134DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DF3

Black with #134DF3

Text Example


Text Example

White with #134DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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