#137DC6

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

Shades of Navy Blue #137DC6

Tints of Navy Blue #137DC6

Color information

#137DC6 (or 0x137DC6) is unknown color: approx Navy Blue. HEX triplet: 13, 7D and C6. RGB value is (19,125,198). Sum of RGB (Red+Green+Blue) = 19+125+198=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #137DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC6 is #EC8239. Grayscale: #656565. Windows color (decimal): -15499834 or 13008147. OLE color: 13008147.

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

Color convert

RGB19125198-
CMYK0.900.3700.22
HSL204.47º82.49%42.55%-
HSV(B)204.47º90.4%77.65%-
XYZ17.818.8856.13-
YUV101.63182.3869.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.56%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 198 (77.73% from 255) = 57.89%
R=5.56%
G=36.55%
B=57.89%

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
Decimal191251980.900.3700.22204.4782.4942.55
Hex137DC65A25016cc522b
Octal231753061324502631412253
Binary100111111101110001101011010100101010110110011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #137DC6;
 }
 .AnyTagClassName
 {
   color: #137DC6;
 }
</style>
background-color css

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

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

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

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

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

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