Html Css Color HEX #137CC6 Navy Blue

📋 copy color: '#137CC6'

red 19 ◦ green 124 ◦ blue 198

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

Shades of Navy Blue #137CC6

Tints of Navy Blue #137CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

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

R = 5.57%
G = 36.36%
B = 58.06%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#137CC6 (or 0x137CC6) is known color: Navy Blue. HEX triplet: 13, 7C and C6. RGB value is (19,124,198). Sum of RGB (Red+Green+Blue) = 19+124+198=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #137CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CC6 is #EC8339. Grayscale: #646464. Windows color (decimal): -15500090 or 13007891. OLE color: 13007891.

HSL color Cylindrical-coordinate representation of color #137CC6: hue angle of 204.8º 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 #137CC6 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 124 198 -
CMYK 0.90 0.37 0 0.22
HSL 204.8º 0.82% 0.43% -
HSV(B) 204.8º 0.9% 0.78% -
XYZ 17.67 18.63 56.09 -
YUV 101.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 19 124 198 0.90 0.37 0 0.22 204.8 0.82 0.43
Hex 13 7C C6 5A 25 0 16 CD 52 2B
Octal 23 174 306 132 45 0 26 315 122 53
Binary 10011 1111100 11000110 1011010 100101 0 10110 11001101 1010010 101011

Color Harmonies of #137CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CC6

Black with #137CC6

Text Example


Text Example

White with #137CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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