Html Css Color HEX #137EC6 Navy Blue

📋 copy color: '#137EC6'

red 19 ◦ green 126 ◦ blue 198

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

Shades of Navy Blue #137EC6

Tints of Navy Blue #137EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 57.73%

R = 5.54%
G = 36.73%
B = 57.73%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#137EC6 (or 0x137EC6) is known color: Navy Blue. HEX triplet: 13, 7E and C6. RGB value is (19,126,198). Sum of RGB (Red+Green+Blue) = 19+126+198=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #137EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EC6 is #EC8139. Grayscale: #656565. Windows color (decimal): -15499578 or 13008403. OLE color: 13008403.

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

Color convert

RGB 19 126 198 -
CMYK 0.90 0.36 0 0.22
HSL 204.13º 0.82% 0.43% -
HSV(B) 204.13º 0.9% 0.78% -
XYZ 17.92 19.14 56.18 -
YUV 102.22 182.05 68.65 -
System Red Green Blue C M Y K H S L
Decimal 19 126 198 0.90 0.36 0 0.22 204.13 0.82 0.43
Hex 13 7E C6 5A 24 0 16 CC 52 2B
Octal 23 176 306 132 44 0 26 314 122 53
Binary 10011 1111110 11000110 1011010 100100 0 10110 11001100 1010010 101011

Color Harmonies of #137EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EC6

Black with #137EC6

Text Example


Text Example

White with #137EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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