Html Css Color HEX #137ED1 Navy Blue

📋 copy color: '#137ED1'

red 19 ◦ green 126 ◦ blue 209

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

Shades of Navy Blue #137ED1

Tints of Navy Blue #137ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 5.37%
G = 35.59%
B = 59.04%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#137ED1 (or 0x137ED1) is known color: Navy Blue. HEX triplet: 13, 7E and D1. RGB value is (19,126,209). Sum of RGB (Red+Green+Blue) = 19+126+209=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #137ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ED1 is #EC812E. Grayscale: #676767. Windows color (decimal): -15499567 or 13729299. OLE color: 13729299.

HSL color Cylindrical-coordinate representation of color #137ED1: hue angle of 206.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ED1 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 126 209 -
CMYK 0.91 0.40 0 0.18
HSL 206.21º 0.83% 0.45% -
HSV(B) 206.21º 0.91% 0.82% -
XYZ 19.24 19.66 63.1 -
YUV 103.47 187.55 67.75 -
System Red Green Blue C M Y K H S L
Decimal 19 126 209 0.91 0.40 0 0.18 206.21 0.83 0.45
Hex 13 7E D1 5B 28 0 12 CE 53 2D
Octal 23 176 321 133 50 0 22 316 123 55
Binary 10011 1111110 11010001 1011011 101000 0 10010 11001110 1010011 101101

Color Harmonies of #137ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ED1

Black with #137ED1

Text Example


Text Example

White with #137ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137ED1; }

 p { color: rgb(19,126,209); }

 H1.HeaderClassName
 {
   color: #137ED1;
 }
 .AnyTagClassName
 {
   color: #137ED1;
 }
</style>

background-color css

<style>
 a { background-color: #137ED1; }

 a { background-color: rgb(19,126,209); }

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

border-color css

<style>
 span { border-color: #137ED1; }

 span { border-color: rgb(19,126,209); }

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