Html Css Color HEX #137ED2 Navy Blue

📋 copy color: '#137ED2'

red 19 ◦ green 126 ◦ blue 210

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

Shades of Navy Blue #137ED2

Tints of Navy Blue #137ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.15%

R = 5.35%
G = 35.49%
B = 59.15%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#137ED2 (or 0x137ED2) is known color: Navy Blue. HEX triplet: 13, 7E and D2. RGB value is (19,126,210). Sum of RGB (Red+Green+Blue) = 19+126+210=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #137ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ED2 is #EC812D. Grayscale: #676767. Windows color (decimal): -15499566 or 13794835. OLE color: 13794835.

HSL color Cylindrical-coordinate representation of color #137ED2: hue angle of 206.39º 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 #137ED2 is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 126 210 -
CMYK 0.91 0.4 0 0.18
HSL 206.39º 0.83% 0.45% -
HSV(B) 206.39º 0.91% 0.82% -
XYZ 19.36 19.71 63.76 -
YUV 103.58 188.05 67.67 -
System Red Green Blue C M Y K H S L
Decimal 19 126 210 0.91 0.4 0 0.18 206.39 0.83 0.45
Hex 13 7E D2 5B 28 0 12 CE 53 2D
Octal 23 176 322 133 50 0 22 316 123 55
Binary 10011 1111110 11010010 1011011 101000 0 10010 11001110 1010011 101101

Color Harmonies of #137ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ED2

Black with #137ED2

Text Example


Text Example

White with #137ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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