Html Css Color HEX #137ECB Navy Blue

📋 copy color: '#137ECB'

red 19 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #137ECB

Tints of Navy Blue #137ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 5.46%
G = 36.21%
B = 58.33%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#137ECB (or 0x137ECB) is known color: Navy Blue. HEX triplet: 13, 7E and CB. RGB value is (19,126,203). Sum of RGB (Red+Green+Blue) = 19+126+203=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #137ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ECB is #EC8134. Grayscale: #666666. Windows color (decimal): -15499573 or 13336083. OLE color: 13336083.

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

Color convert

RGB 19 126 203 -
CMYK 0.91 0.38 0 0.20
HSL 205.11º 0.83% 0.44% -
HSV(B) 205.11º 0.91% 0.8% -
XYZ 18.51 19.37 59.26 -
YUV 102.79 184.55 68.24 -
System Red Green Blue C M Y K H S L
Decimal 19 126 203 0.91 0.38 0 0.20 205.11 0.83 0.44
Hex 13 7E CB 5B 26 0 14 CD 53 2C
Octal 23 176 313 133 46 0 24 315 123 54
Binary 10011 1111110 11001011 1011011 100110 0 10100 11001101 1010011 101100

Color Harmonies of #137ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ECB

Black with #137ECB

Text Example


Text Example

White with #137ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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