Html Css Color HEX #137EC3 Navy Blue

📋 copy color: '#137EC3'

red 19 ◦ green 126 ◦ blue 195

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

Shades of Navy Blue #137EC3

Tints of Navy Blue #137EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 57.35%

R = 5.59%
G = 37.06%
B = 57.35%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#137EC3 (or 0x137EC3) is known color: Navy Blue. HEX triplet: 13, 7E and C3. RGB value is (19,126,195). Sum of RGB (Red+Green+Blue) = 19+126+195=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #137EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EC3 is #EC813C. Grayscale: #656565. Windows color (decimal): -15499581 or 12811795. OLE color: 12811795.

HSL color Cylindrical-coordinate representation of color #137EC3: hue angle of 203.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137EC3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 126 195 -
CMYK 0.90 0.35 0 0.24
HSL 203.52º 0.82% 0.42% -
HSV(B) 203.52º 0.9% 0.76% -
XYZ 17.58 19 54.37 -
YUV 101.87 180.55 68.89 -
System Red Green Blue C M Y K H S L
Decimal 19 126 195 0.90 0.35 0 0.24 203.52 0.82 0.42
Hex 13 7E C3 5A 23 0 18 CC 52 2A
Octal 23 176 303 132 43 0 30 314 122 52
Binary 10011 1111110 11000011 1011010 100011 0 11000 11001100 1010010 101010

Color Harmonies of #137EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EC3

Black with #137EC3

Text Example


Text Example

White with #137EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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