#137CC6

Color #137CC6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #137CC6

Tints of Navy Blue #137CC6

Color information

#137CC6 (or 0x137CC6) is unknown color: approx 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

RGB19124198-
CMYK0.900.3700.22
HSL204.8º82.49%42.55%-
HSV(B)204.8º90.4%77.65%-
XYZ17.6718.6356.09-
YUV101.04182.7169.48-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191241980.900.3700.22204.882.4942.55
Hex137CC65A25016cd522b
Octal231743061324502631512253
Binary100111111100110001101011010100101010110110011011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>