Html Css Color HEX #137ECD Navy Blue

📋 copy color: '#137ECD'

red 19 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #137ECD

Tints of Navy Blue #137ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 5.43%
G = 36%
B = 58.57%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#137ECD (or 0x137ECD) is known color: Navy Blue. HEX triplet: 13, 7E and CD. RGB value is (19,126,205). Sum of RGB (Red+Green+Blue) = 19+126+205=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #137ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ECD is #EC8132. Grayscale: #666666. Windows color (decimal): -15499571 or 13467155. OLE color: 13467155.

HSL color Cylindrical-coordinate representation of color #137ECD: hue angle of 205.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ECD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 126 205 -
CMYK 0.91 0.39 0 0.20
HSL 205.48º 0.83% 0.44% -
HSV(B) 205.48º 0.91% 0.8% -
XYZ 18.75 19.47 60.53 -
YUV 103.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 19 126 205 0.91 0.39 0 0.20 205.48 0.83 0.44
Hex 13 7E CD 5B 27 0 14 CD 53 2C
Octal 23 176 315 133 47 0 24 315 123 54
Binary 10011 1111110 11001101 1011011 100111 0 10100 11001101 1010011 101100

Color Harmonies of #137ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ECD

Black with #137ECD

Text Example


Text Example

White with #137ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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