Html Css Color HEX #137EC4 Navy Blue

📋 copy color: '#137EC4'

red 19 ◦ green 126 ◦ blue 196

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

Shades of Navy Blue #137EC4

Tints of Navy Blue #137EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 57.48%

R = 5.57%
G = 36.95%
B = 57.48%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#137EC4 (or 0x137EC4) is known color: Navy Blue. HEX triplet: 13, 7E and C4. RGB value is (19,126,196). Sum of RGB (Red+Green+Blue) = 19+126+196=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #137EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EC4 is #EC813B. Grayscale: #656565. Windows color (decimal): -15499580 or 12877331. OLE color: 12877331.

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

Color convert

RGB 19 126 196 -
CMYK 0.90 0.36 0 0.23
HSL 203.73º 0.82% 0.42% -
HSV(B) 203.73º 0.9% 0.77% -
XYZ 17.69 19.05 54.97 -
YUV 101.99 181.05 68.81 -
System Red Green Blue C M Y K H S L
Decimal 19 126 196 0.90 0.36 0 0.23 203.73 0.82 0.42
Hex 13 7E C4 5A 24 0 17 CC 52 2A
Octal 23 176 304 132 44 0 27 314 122 52
Binary 10011 1111110 11000100 1011010 100100 0 10111 11001100 1010010 101010

Color Harmonies of #137EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EC4

Black with #137EC4

Text Example


Text Example

White with #137EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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